aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/index.js
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-06-07 17:58:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:13:57 +0200
commit136f710ddb48f01e24892c5d2dde3b1f3a069fc4 (patch)
tree1cfb16a7be14879a2af2df0c4390ba8c49d60f89 /app/Resources/static/themes/material/index.js
parente70e383378fc38f8154d482a247a0d2ca23a4925 (diff)
downloadwallabag-136f710ddb48f01e24892c5d2dde3b1f3a069fc4.tar.gz
wallabag-136f710ddb48f01e24892c5d2dde3b1f3a069fc4.tar.zst
wallabag-136f710ddb48f01e24892c5d2dde3b1f3a069fc4.zip
Fix sort
Diffstat (limited to 'app/Resources/static/themes/material/index.js')
-rwxr-xr-xapp/Resources/static/themes/material/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js
index d8f5628c..6d9b145e 100755
--- a/app/Resources/static/themes/material/index.js
+++ b/app/Resources/static/themes/material/index.js
@@ -8,7 +8,7 @@ import 'materialize-css/dist/js/materialize';
8import '../_global/index'; 8import '../_global/index';
9 9
10/* Tools */ 10/* Tools */
11import { initExport, initFilters, initRandom } from './js/tools'; 11import { initExport, initFilters, initRandom, initSort } from './js/tools';
12 12
13/* Import shortcuts */ 13/* Import shortcuts */
14import './js/shortcuts/main'; 14import './js/shortcuts/main';
@@ -70,6 +70,7 @@ $(document).ready(() => {
70 initRandom(); 70 initRandom();
71 stickyNav(); 71 stickyNav();
72 articleScroll(); 72 articleScroll();
73 initSort();
73 74
74 const toggleNav = (toShow, toFocus) => { 75 const toggleNav = (toShow, toFocus) => {
75 $('.nav-panel-actions').hide(100); 76 $('.nav-panel-actions').hide(100);