diff options
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/_global/js/tools.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/_global/js/tools.js b/app/Resources/static/themes/_global/js/tools.js index 9b23e4b5..55de090c 100644 --- a/app/Resources/static/themes/_global/js/tools.js +++ b/app/Resources/static/themes/_global/js/tools.js | |||
@@ -1,6 +1,7 @@ | |||
1 | const $ = require('jquery'); | 1 | const $ = require('jquery'); |
2 | 2 | ||
3 | import jrQrcode from 'jr-qrcode'; | 3 | /* Allows inline call qr-code call */ |
4 | import jrQrcode from 'jr-qrcode'; // eslint-disable-line | ||
4 | 5 | ||
5 | function supportsLocalStorage() { | 6 | function supportsLocalStorage() { |
6 | try { | 7 | try { |