mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Fix webpack error on comments
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
b9c26b6330
commit
e317a5ab60
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Mousetrap from 'mousetrap';
|
||||
|
||||
/** Shortcuts **/
|
||||
/* Shortcuts */
|
||||
|
||||
/* Go to */
|
||||
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });
|
||||
|
|
Loading…
Reference in a new issue