aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/_global/js')
-rw-r--r--app/Resources/static/themes/_global/js/shortcuts/main.js3
-rw-r--r--app/Resources/static/themes/_global/js/tools.js5
2 files changed, 5 insertions, 3 deletions
diff --git a/app/Resources/static/themes/_global/js/shortcuts/main.js b/app/Resources/static/themes/_global/js/shortcuts/main.js
index 0bb962d0..1f2c1c52 100644
--- a/app/Resources/static/themes/_global/js/shortcuts/main.js
+++ b/app/Resources/static/themes/_global/js/shortcuts/main.js
@@ -1,3 +1,6 @@
1import Mousetrap from 'mousetrap';
2
3
1/** Shortcuts **/ 4/** Shortcuts **/
2 5
3/* Go to */ 6/* Go to */
diff --git a/app/Resources/static/themes/_global/js/tools.js b/app/Resources/static/themes/_global/js/tools.js
index 77879dcd..568b2dce 100644
--- a/app/Resources/static/themes/_global/js/tools.js
+++ b/app/Resources/static/themes/_global/js/tools.js
@@ -1,7 +1,6 @@
1import $ from 'jquery'; 1import $ from 'jquery';
2import Mousetrap from 'mousetrap'; 2import './shortcuts/main';
3import './shortcuts/main.js'; 3import './shortcuts/entry';
4import './shortcuts/entry.js';
5 4
6/* Allows inline call qr-code call */ 5/* Allows inline call qr-code call */
7import jrQrcode from 'jr-qrcode'; // eslint-disable-line 6import jrQrcode from 'jr-qrcode'; // eslint-disable-line