aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-09-07 07:17:05 +0200
committerGitHub <noreply@github.com>2017-09-07 07:17:05 +0200
commit061fca8c6eb1221788dd29c5494d63d6eadacd8f (patch)
tree7cc2176a7c1ab35df50414e17b23e98f9f1b2e99 /app/Resources/static/themes/_global/js
parentf6d042f56d1f1269652e3ffee0722bbb6f842164 (diff)
parente317a5ab607d902194a494c92743e8a8d27625f2 (diff)
downloadwallabag-061fca8c6eb1221788dd29c5494d63d6eadacd8f.tar.gz
wallabag-061fca8c6eb1221788dd29c5494d63d6eadacd8f.tar.zst
wallabag-061fca8c6eb1221788dd29c5494d63d6eadacd8f.zip
Merge pull request #3340 from Kdecherf/fix-webpack
Fix webpack error on comments
Diffstat (limited to 'app/Resources/static/themes/_global/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'); });