aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-11-03 14:23:09 +0100
committerThomas Citharel <tcit@tcit.fr>2016-11-03 14:23:09 +0100
commit32508ef07aeb43966694ae360eeaeff8325e2a4d (patch)
tree27390401e4c6cbd56295ba913c2597f3618ad962 /app/Resources/static/themes/_global
parent68e0efffb8785db84e4c26edeaea3a5bd6622d95 (diff)
downloadwallabag-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/themes/_global')
-rw-r--r--app/Resources/static/themes/_global/js/tools.js3
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 @@
1const $ = require('jquery'); 1const $ = require('jquery');
2 2
3import jrQrcode from 'jr-qrcode'; 3/* Allows inline call qr-code call */
4import jrQrcode from 'jr-qrcode'; // eslint-disable-line
4 5
5function supportsLocalStorage() { 6function supportsLocalStorage() {
6 try { 7 try {