"use strict"; should never be used at top level in a JS file
This can create weird conflicts when using other libraries
This commit is contained in:
parent
f561e21e20
commit
2aa3ebb16b
@ -19,7 +19,6 @@
|
||||
|
||||
|
||||
// - - - START OF GLOBAL VARIABLES - - - //
|
||||
"use strict";
|
||||
|
||||
function getUrlParameters() {
|
||||
console.log("** Getting url params");
|
||||
|
Loading…
Reference in New Issue
Block a user