]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/js/tools.js
Fix displaying sidenav
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / js / tools.js
index 8563a14ab5f958397a67138d3a2b1db984531273..8b1f8bda9f634c768ff94d5b81b4207e3eda491d 100644 (file)
@@ -33,6 +33,7 @@ function initSort() {
   // no display if export (ie: entries) not available
   if ($('div').is('#sort')) {
     $('#button_sort').show();
+    $('.js-sort-action').sideNav({ edge: 'right' });
   }
 }