]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/js/shortcuts/main.js
Merge pull request #2878 from matteocoder/wallabag-docs-ita
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / shortcuts / main.js
index 1f2c1c522548e84324f670e9be7be4bde7100ecf..c81bf8690f8588b5dc126b024a1860dc089f7a95 100644 (file)
@@ -1,6 +1,5 @@
 import Mousetrap from 'mousetrap';
 
-
 /** Shortcuts **/
 
 /* Go to */
@@ -13,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'); });