]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/js/tools.js
Added QRCode and link to configure android application
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / tools.js
index ab30deb11393ac676605a0cef4032302ca773fba..00f5d501527776e85507e354ce26c7b36c614d20 100644 (file)
@@ -1,5 +1,7 @@
 const $ = require('jquery');
 
+var jrQrcode = require('jr-qrcode');
+
 function supportsLocalStorage() {
   try {
     return 'localStorage' in window && window.localStorage !== null;