diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-31 16:48:34 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-31 16:48:34 +0100 |
commit | 3b81212674bb4b2cf51ce51637e0093c952cefde (patch) | |
tree | 214dbb5430585f927f5aa60ce021531dcc927fec /app | |
parent | e61ee56031aa0788f9a40ec245d3c391d219d6c2 (diff) | |
download | wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.tar.gz wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.tar.zst wallabag-3b81212674bb4b2cf51ce51637e0093c952cefde.zip |
Added translations and baggy part
Diffstat (limited to 'app')
-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 { |