aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js/shortcuts/main.js
diff options
context:
space:
mode:
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'); });