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:
parent
bff51634ff
commit
f5fa69e17d
2 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue