aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/js/tools.js
diff options
context:
space:
mode:
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