]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/js/init.js
Merge pull request #2879 from matteocoder/matteocoder-patch-1
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / js / init.js
index b7347f7cb29310482d03a618e60457f81200da7e..05360a287bc340c7f2d6fea724981d5e0e311b1e 100755 (executable)
@@ -1,3 +1,4 @@
+/* jQuery */
 import $ from 'jquery';
 
 /* eslint-disable no-unused-vars */
@@ -6,8 +7,16 @@ import cookie from 'jquery.cookie';
 import ui from 'jquery-ui-browserify';
 /* eslint-enable no-unused-vars */
 
+/* Annotations */
 import annotator from 'annotator';
 
+/* Shortcuts */
+import './shortcuts/main';
+import './shortcuts/entry';
+import '../../_global/js/shortcuts/main';
+import '../../_global/js/shortcuts/entry';
+
+/* Tools */
 import { savePercent, retrievePercent } from '../../_global/js/tools';
 import toggleSaveLinkForm from './uiTools';