aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/js/tools.js
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-06-13 23:21:55 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:13:57 +0200
commit6104e652ec8c8c72051f4e6763ae670d2ac099dc (patch)
tree85ef6049285dc37c0be676511c2d36860ca15d60 /app/Resources/static/themes/material/js/tools.js
parent136f710ddb48f01e24892c5d2dde3b1f3a069fc4 (diff)
downloadwallabag-6104e652ec8c8c72051f4e6763ae670d2ac099dc.tar.gz
wallabag-6104e652ec8c8c72051f4e6763ae670d2ac099dc.tar.zst
wallabag-6104e652ec8c8c72051f4e6763ae670d2ac099dc.zip
Fix displaying sidenav
Diffstat (limited to 'app/Resources/static/themes/material/js/tools.js')
-rw-r--r--app/Resources/static/themes/material/js/tools.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/js/tools.js b/app/Resources/static/themes/material/js/tools.js
index 8563a14a..8b1f8bda 100644
--- a/app/Resources/static/themes/material/js/tools.js
+++ b/app/Resources/static/themes/material/js/tools.js
@@ -33,6 +33,7 @@ function initSort() {
33 // no display if export (ie: entries) not available 33 // no display if export (ie: entries) not available
34 if ($('div').is('#sort')) { 34 if ($('div').is('#sort')) {
35 $('#button_sort').show(); 35 $('#button_sort').show();
36 $('.js-sort-action').sideNav({ edge: 'right' });
36 } 37 }
37} 38}
38 39