mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +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';
|
import Mousetrap from 'mousetrap';
|
||||||
|
|
||||||
/** Shortcuts **/
|
/* Shortcuts */
|
||||||
|
|
||||||
/* Go to */
|
/* Go to */
|
||||||
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });
|
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue