]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/js/tools.js
Merge pull request #2616 from mathieui/doc-https-links
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / tools.js
index 00f5d501527776e85507e354ce26c7b36c614d20..568b2dced2c0443602c16bbfa40d680de6269566 100644 (file)
@@ -1,6 +1,9 @@
-const $ = require('jquery');
+import $ from 'jquery';
+import './shortcuts/main';
+import './shortcuts/entry';
 
-var jrQrcode = require('jr-qrcode');
+/* Allows inline call qr-code call */
+import jrQrcode from 'jr-qrcode'; // eslint-disable-line
 
 function supportsLocalStorage() {
   try {