mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +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').dropdown({ hover: false });
|
||||||
|
$('.dropdown-trigger[data-covertrigger="false"][data-constrainwidth="false"]').dropdown({
|
||||||
|
hover: false,
|
||||||
|
coverTrigger: false,
|
||||||
|
constrainWidth: false,
|
||||||
|
});
|
||||||
|
|
||||||
initFilters();
|
initFilters();
|
||||||
initExport();
|
initExport();
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="bold">
|
<li class="bold">
|
||||||
<a class="wave-effect tooltipped dropdown-trigger" data-beloworigin="true" data-constrainwidth="false" data-target="dropdown-account" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.account'|trans }}" href="#" id="news_menu">
|
<a class="wave-effect tooltipped dropdown-trigger" data-covertrigger="false" data-constrainwidth="false" data-target="dropdown-account" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.account'|trans }}" href="#" id="news_menu">
|
||||||
<i class="material-icons" id="news_link">account_circle</i>
|
<i class="material-icons" id="news_link">account_circle</i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue