X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Findex.js;h=d8f5628cd5cf866f2ebdb7c848ec7d91ee1d7764;hb=d9a68f6ced3f510e5a52d5f857ca9c19aed8924b;hp=1c28401d907c7aec290cad75709489837616d777;hpb=0e8a0f77d0b643a884e6687bd9c463267852a970;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js index 1c28401d..d8f5628c 100755 --- a/app/Resources/static/themes/material/index.js +++ b/app/Resources/static/themes/material/index.js @@ -63,6 +63,8 @@ $(document).ready(() => { container: 'body', }); + $('.dropdown-trigger').dropdown({ hover: false }); + initFilters(); initExport(); initRandom();