forked from wallabag/wallabag
Enhanced navigation menu in material theme
This commit is contained in:
@ -63,6 +63,8 @@ $(document).ready(() => {
|
||||
container: 'body',
|
||||
});
|
||||
|
||||
$('.dropdown-trigger').dropdown({ hover: false });
|
||||
|
||||
initFilters();
|
||||
initExport();
|
||||
initRandom();
|
||||
|
||||
Reference in New Issue
Block a user