forked from wallabag/wallabag
Fix webpack error on comments
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Mousetrap from 'mousetrap';
|
||||
|
||||
/** Shortcuts **/
|
||||
/* Shortcuts */
|
||||
|
||||
/* Go to */
|
||||
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });
|
||||
|
||||
Reference in New Issue
Block a user