diff options
Diffstat (limited to 'app/Resources/static/themes')
-rw-r--r-- | app/Resources/static/themes/_global/js/shortcuts/main.js | 2 |
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 ef6a1b84..c81bf869 100644 --- a/app/Resources/static/themes/_global/js/shortcuts/main.js +++ b/app/Resources/static/themes/_global/js/shortcuts/main.js | |||
@@ -12,4 +12,4 @@ Mousetrap.bind('g c', () => { window.location.href = Routing.generate('config'); | |||
12 | Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); }); | 12 | Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); }); |
13 | Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); }); | 13 | Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); }); |
14 | Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); }); | 14 | Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); }); |
15 | Mousetrap.bind('g l', () => { window.location.href = Routing.generate('logout'); }); | 15 | Mousetrap.bind('g l', () => { window.location.href = Routing.generate('fos_user_security_logout'); }); |