X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2F_global%2Fjs%2Ftools.js;h=55de090cc2ef234c0fa0b8bec8dc7ae6132ac6a1;hb=32508ef07aeb43966694ae360eeaeff8325e2a4d;hp=ab30deb11393ac676605a0cef4032302ca773fba;hpb=7d002c333d9e79c93e0e148163ebb59823cd1b8e;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..55de090c 100644 --- a/app/Resources/static/themes/_global/js/tools.js +++ b/app/Resources/static/themes/_global/js/tools.js @@ -1,5 +1,8 @@ const $ = require('jquery'); +/* Allows inline call qr-code call */ +import jrQrcode from 'jr-qrcode'; // eslint-disable-line + function supportsLocalStorage() { try { return 'localStorage' in window && window.localStorage !== null;