aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:48:34 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:48:34 +0100
commit3b81212674bb4b2cf51ce51637e0093c952cefde (patch)
tree214dbb5430585f927f5aa60ce021531dcc927fec /app/Resources/static/themes/_global
parente61ee56031aa0788f9a40ec245d3c391d219d6c2 (diff)
downloadwallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.tar.gz
wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.tar.zst
wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.zip
Added translations and baggy part
Diffstat (limited to 'app/Resources/static/themes/_global')
-rw-r--r--app/Resources/static/themes/_global/js/tools.js2
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 @@
1const $ = require('jquery'); 1const $ = require('jquery');
2 2
3var jrQrcode = require('jr-qrcode'); 3import jrQrcode from 'jr-qrcode';
4 4
5function supportsLocalStorage() { 5function supportsLocalStorage() {
6 try { 6 try {