diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 14:23:09 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 14:23:09 +0100 |
commit | 32508ef07aeb43966694ae360eeaeff8325e2a4d (patch) | |
tree | 27390401e4c6cbd56295ba913c2597f3618ad962 /app/Resources/static | |
parent | 68e0efffb8785db84e4c26edeaea3a5bd6622d95 (diff) | |
download | wallabag-32508ef07aeb43966694ae360eeaeff8325e2a4d.tar.gz wallabag-32508ef07aeb43966694ae360eeaeff8325e2a4d.tar.zst wallabag-32508ef07aeb43966694ae360eeaeff8325e2a4d.zip |
avoid eslint warning by disabling line
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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 { |