aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js/shortcuts/main.js
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-09-06 22:42:23 +0200
committerKevin Decherf <kevin@kdecherf.com>2017-09-06 22:42:23 +0200
commite317a5ab607d902194a494c92743e8a8d27625f2 (patch)
tree779a03e60ad63dfce2dbbcfab1db2827dcdbdf41 /app/Resources/static/themes/_global/js/shortcuts/main.js
parentb9c26b6330f688ce18af65a05a821f70dd73259c (diff)
downloadwallabag-e317a5ab607d902194a494c92743e8a8d27625f2.tar.gz
wallabag-e317a5ab607d902194a494c92743e8a8d27625f2.tar.zst
wallabag-e317a5ab607d902194a494c92743e8a8d27625f2.zip
Fix webpack error on comments
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static/themes/_global/js/shortcuts/main.js')
-rw-r--r--app/Resources/static/themes/_global/js/shortcuts/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/_global/js/shortcuts/main.js b/app/Resources/static/themes/_global/js/shortcuts/main.js
index c81bf869..b99fa802 100644
--- a/app/Resources/static/themes/_global/js/shortcuts/main.js
+++ b/app/Resources/static/themes/_global/js/shortcuts/main.js
@@ -1,6 +1,6 @@
1import Mousetrap from 'mousetrap'; 1import Mousetrap from 'mousetrap';
2 2
3/** Shortcuts **/ 3/* Shortcuts */
4 4
5/* Go to */ 5/* Go to */
6Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); }); 6Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });