diff options
Diffstat (limited to 'web_src/js/standalone/devtest.ts')
-rw-r--r-- | web_src/js/standalone/devtest.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/js/standalone/devtest.ts b/web_src/js/standalone/devtest.ts index e6baf6c9ce..faa38dc467 100644 --- a/web_src/js/standalone/devtest.ts +++ b/web_src/js/standalone/devtest.ts @@ -11,4 +11,5 @@ function initDevtestToast() { } } +// NOTICE: keep in mind that this file is not in "index.js", they do not share the same module system. initDevtestToast(); |