Closed UncleGrumpy closed 7 months ago
Fixes several insafe variables in the javascript code. These variables were not declared as local variables, and therefore were being promoted to global variables. This oversight has been fixed.
Fixes several insafe variables in the javascript code. These variables were not declared as local variables, and therefore were being promoted to global variables. This oversight has been fixed.