]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/js/shortcuts/main.js
Merge pull request #3011 from wallabag/2.3
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / shortcuts / main.js
index c81bf8690f8588b5dc126b024a1860dc089f7a95..b99fa802a8fa6b7a5cf2da79514c6eb0b9e2ab05 100644 (file)
@@ -1,6 +1,6 @@
 import Mousetrap from 'mousetrap';
 
-/** Shortcuts **/
+/* Shortcuts */
 
 /* Go to */
 Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });