]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/index.js
Fix sort
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / index.js
index d8f5628cd5cf866f2ebdb7c848ec7d91ee1d7764..6d9b145e21aa78e30b2fb1a290080381b31ff240 100755 (executable)
@@ -8,7 +8,7 @@ import 'materialize-css/dist/js/materialize';
 import '../_global/index';
 
 /* Tools */
-import { initExport, initFilters, initRandom } from './js/tools';
+import { initExport, initFilters, initRandom, initSort } from './js/tools';
 
 /* Import shortcuts */
 import './js/shortcuts/main';
@@ -70,6 +70,7 @@ $(document).ready(() => {
   initRandom();
   stickyNav();
   articleScroll();
+  initSort();
 
   const toggleNav = (toShow, toFocus) => {
     $('.nav-panel-actions').hide(100);