aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js/tools.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/_global/js/tools.js')
-rw-r--r--app/Resources/static/themes/_global/js/tools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/_global/js/tools.js b/app/Resources/static/themes/_global/js/tools.js
index 00f5d501..9b23e4b5 100644
--- a/app/Resources/static/themes/_global/js/tools.js
+++ b/app/Resources/static/themes/_global/js/tools.js
@@ -1,6 +1,6 @@
1const $ = require('jquery'); 1const $ = require('jquery');
2 2
3var jrQrcode = require('jr-qrcode'); 3import jrQrcode from 'jr-qrcode';
4 4
5function supportsLocalStorage() { 5function supportsLocalStorage() {
6 try { 6 try {