diff options
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/_global/js/tools.js | 2 |
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 @@ | |||
1 | const $ = require('jquery'); | 1 | const $ = require('jquery'); |
2 | 2 | ||
3 | var jrQrcode = require('jr-qrcode'); | 3 | import jrQrcode from 'jr-qrcode'; |
4 | 4 | ||
5 | function supportsLocalStorage() { | 5 | function supportsLocalStorage() { |
6 | try { | 6 | try { |