X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fjs%2Ftools.js;fp=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fjs%2Ftools.js;h=8b1f8bda9f634c768ff94d5b81b4207e3eda491d;hb=6104e652ec8c8c72051f4e6763ae670d2ac099dc;hp=8563a14ab5f958397a67138d3a2b1db984531273;hpb=136f710ddb48f01e24892c5d2dde3b1f3a069fc4;p=github%2Fwallabag%2Fwallabag.git 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() { // no display if export (ie: entries) not available if ($('div').is('#sort')) { $('#button_sort').show(); + $('.js-sort-action').sideNav({ edge: 'right' }); } }