mirror of https://github.com/wallabag/wallabag.git
Fixed logout shortcut
This commit is contained in:
parent
f4a9833490
commit
66e9dde0dc
|
@ -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 d', () => { window.location.href = Routing.generate('developer'); });
|
||||
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
|
||||
- developer
|
||||
- howto
|
||||
- logout
|
||||
- fos_user_security_logout
|
||||
- new
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue