diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-31 16:16:41 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-31 16:18:52 +0100 |
commit | e61ee56031aa0788f9a40ec245d3c391d219d6c2 (patch) | |
tree | b8fce3d2f4f60372f4e1007eb544d9fa26c11f44 /app/Resources/static | |
parent | 5feef9f7a4e6852415feb388190b7ca141f116d1 (diff) | |
download | wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.gz wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.zst wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.zip |
Added QRCode and link to configure android application
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/_global/js/tools.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/js/tools.js b/app/Resources/static/themes/_global/js/tools.js index ab30deb1..00f5d501 100644 --- a/app/Resources/static/themes/_global/js/tools.js +++ b/app/Resources/static/themes/_global/js/tools.js | |||
@@ -1,5 +1,7 @@ | |||
1 | const $ = require('jquery'); | 1 | const $ = require('jquery'); |
2 | 2 | ||
3 | var jrQrcode = require('jr-qrcode'); | ||
4 | |||
3 | function supportsLocalStorage() { | 5 | function supportsLocalStorage() { |
4 | try { | 6 | try { |
5 | return 'localStorage' in window && window.localStorage !== null; | 7 | return 'localStorage' in window && window.localStorage !== null; |