aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:16:41 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:18:52 +0100
commite61ee56031aa0788f9a40ec245d3c391d219d6c2 (patch)
treeb8fce3d2f4f60372f4e1007eb544d9fa26c11f44 /app/Resources/static/themes/_global
parent5feef9f7a4e6852415feb388190b7ca141f116d1 (diff)
downloadwallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.gz
wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.zst
wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.zip
Added QRCode and link to configure android application
Diffstat (limited to 'app/Resources/static/themes/_global')
-rw-r--r--app/Resources/static/themes/_global/js/tools.js2
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 @@
1const $ = require('jquery'); 1const $ = require('jquery');
2 2
3var jrQrcode = require('jr-qrcode');
4
3function supportsLocalStorage() { 5function supportsLocalStorage() {
4 try { 6 try {
5 return 'localStorage' in window && window.localStorage !== null; 7 return 'localStorage' in window && window.localStorage !== null;