diff options
Diffstat (limited to 'web/share/js/tools.js')
-rw-r--r-- | web/share/js/tools.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/share/js/tools.js b/web/share/js/tools.js index 0498927c..a0f0907e 100644 --- a/web/share/js/tools.js +++ b/web/share/js/tools.js @@ -20,6 +20,9 @@ *****************************************************************************/ +"use strict"; + + export var tools = new function() { let __debug = (new URL(window.location.href)).searchParams.get("debug"); |