diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-09-06 22:42:23 +0200 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-09-06 22:42:23 +0200 |
commit | e317a5ab607d902194a494c92743e8a8d27625f2 (patch) | |
tree | 779a03e60ad63dfce2dbbcfab1db2827dcdbdf41 /app/Resources/static/themes | |
parent | b9c26b6330f688ce18af65a05a821f70dd73259c (diff) | |
download | wallabag-e317a5ab607d902194a494c92743e8a8d27625f2.tar.gz wallabag-e317a5ab607d902194a494c92743e8a8d27625f2.tar.zst wallabag-e317a5ab607d902194a494c92743e8a8d27625f2.zip |
Fix webpack error on comments
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static/themes')
-rw-r--r-- | app/Resources/static/themes/_global/index.js | 2 | ||||
-rw-r--r-- | app/Resources/static/themes/_global/js/shortcuts/main.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js index 3ec26488..fddb476d 100644 --- a/app/Resources/static/themes/_global/index.js +++ b/app/Resources/static/themes/_global/index.js | |||
@@ -9,7 +9,7 @@ import 'material-design-icons-iconfont/dist/material-design-icons.css'; | |||
9 | import 'lato-font/css/lato-font.css'; | 9 | import 'lato-font/css/lato-font.css'; |
10 | import './global.scss'; | 10 | import './global.scss'; |
11 | 11 | ||
12 | /* Shortcuts*/ | 12 | /* Shortcuts */ |
13 | import './js/shortcuts/entry'; | 13 | import './js/shortcuts/entry'; |
14 | import './js/shortcuts/main'; | 14 | import './js/shortcuts/main'; |
15 | 15 | ||
diff --git a/app/Resources/static/themes/_global/js/shortcuts/main.js b/app/Resources/static/themes/_global/js/shortcuts/main.js index c81bf869..b99fa802 100644 --- a/app/Resources/static/themes/_global/js/shortcuts/main.js +++ b/app/Resources/static/themes/_global/js/shortcuts/main.js | |||
@@ -1,6 +1,6 @@ | |||
1 | import Mousetrap from 'mousetrap'; | 1 | import Mousetrap from 'mousetrap'; |
2 | 2 | ||
3 | /** Shortcuts **/ | 3 | /* Shortcuts */ |
4 | 4 | ||
5 | /* Go to */ | 5 | /* Go to */ |
6 | Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); }); | 6 | Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); }); |