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