]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/js/init.js
Bring navigation (with right, left and enter) on material entries page. Supports...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / js / init.js
index 3ff8de0a19d80007133447d4207370931ca207ee..9746224b5e69a975a0da3e32ad5b09770ab64317 100755 (executable)
@@ -1,8 +1,17 @@
+/* jQuery */
 import $ from 'jquery';
+
+/* Annotations */
 import annotator from 'annotator';
+
+/* Tools */
 import { savePercent, retrievePercent, initFilters, initExport } from '../../_global/js/tools';
-import './shortcuts/main.js';
-import './shortcuts/entry.js';
+
+/* Import shortcuts */
+import './shortcuts/main';
+import './shortcuts/entry';
+import '../../_global/js/shortcuts/main';
+import '../../_global/js/shortcuts/entry';
 
 require('materialize'); // eslint-disable-line