]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix webpack error on comments 3340/head
authorKevin Decherf <kevin@kdecherf.com>
Wed, 6 Sep 2017 20:42:23 +0000 (22:42 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Wed, 6 Sep 2017 20:42:23 +0000 (22:42 +0200)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/_global/index.js
app/Resources/static/themes/_global/js/shortcuts/main.js

index 3ec26488272b5da2fe2aa61a0d0203b66fd1ca3f..fddb476dcf67650fbf5cbd8f37b1b90e60b7e987 100644 (file)
@@ -9,7 +9,7 @@ import 'material-design-icons-iconfont/dist/material-design-icons.css';
 import 'lato-font/css/lato-font.css';
 import './global.scss';
 
-/* Shortcuts*/
+/* Shortcuts */
 import './js/shortcuts/entry';
 import './js/shortcuts/main';
 
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'); });