1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

dropdown attributes to JS options

This commit is contained in:
Yassine Guedidi 2025-02-18 22:58:16 +01:00
parent bff51634ff
commit f5fa69e17d
2 changed files with 6 additions and 1 deletions

View file

@ -291,6 +291,11 @@ $(document).ready(() => {
});
$('.dropdown-trigger').dropdown({ hover: false });
$('.dropdown-trigger[data-covertrigger="false"][data-constrainwidth="false"]').dropdown({
hover: false,
coverTrigger: false,
constrainWidth: false,
});
initFilters();
initExport();