1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

Merge pull request #3340 from Kdecherf/fix-webpack

Fix webpack error on comments
This commit is contained in:
Jérémy Benoist 2017-09-07 07:17:05 +02:00 committed by GitHub
commit 061fca8c6e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import Mousetrap from 'mousetrap';
/** Shortcuts **/
/* Shortcuts */
/* Go to */
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });