X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2F_global%2Fjs%2Ftools.js;h=00f5d501527776e85507e354ce26c7b36c614d20;hb=e61ee56031aa0788f9a40ec245d3c391d219d6c2;hp=ab30deb11393ac676605a0cef4032302ca773fba;hpb=5feef9f7a4e6852415feb388190b7ca141f116d1;p=github%2Fwallabag%2Fwallabag.git 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 @@ const $ = require('jquery'); +var jrQrcode = require('jr-qrcode'); + function supportsLocalStorage() { try { return 'localStorage' in window && window.localStorage !== null;