mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 16:08:48 +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
|
@ -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