mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #2642 from wallabag/fix-logout-shortcut
Fixed logout shortcut
This commit is contained in:
commit
b5e0bbeb85
4 changed files with 4 additions and 4 deletions
|
@ -12,4 +12,4 @@ Mousetrap.bind('g c', () => { window.location.href = Routing.generate('config');
|
||||||
Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); });
|
Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); });
|
||||||
Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); });
|
Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); });
|
||||||
Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); });
|
Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); });
|
||||||
Mousetrap.bind('g l', () => { window.location.href = Routing.generate('logout'); });
|
Mousetrap.bind('g l', () => { window.location.href = Routing.generate('fos_user_security_logout'); });
|
||||||
|
|
|
@ -366,5 +366,5 @@ fos_js_routing:
|
||||||
- import
|
- import
|
||||||
- developer
|
- developer
|
||||||
- howto
|
- howto
|
||||||
- logout
|
- fos_user_security_logout
|
||||||
- new
|
- new
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue