rathena / FluxCP

A web-based Control Panel for rAthena servers written in PHP. Manage player accounts, databases, support tickets, etc via your browser.
GNU Lesser General Public License v3.0
175 stars 207 forks source link

(JS-0125) Found the usage of undeclared variables #358

Open Akkarinage opened 1 year ago

Akkarinage commented 1 year ago

Description

Variables that aren't defined, but accessed may throw reference errors at runtime. > NOTE: In browser applications, DeepSource recommends the use of ESModules over regular text/javascript scripts. > Using variables that are injected by scripts included in an HTML file is currently not supported.

Occurrences

There are 126 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/rathena/FluxCP/issue/JS-0125/occurrences/