mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-28 00:16:28 +00:00
.material_select() to .formSelect()
This commit is contained in:
parent
8ad0f0914f
commit
e68122d21a
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ const articleScroll = () => {
|
|||
$(document).ready(() => {
|
||||
// sideNav
|
||||
$('.button-collapse').sideNav();
|
||||
$('select').material_select();
|
||||
$('select').formSelect();
|
||||
$('.collapsible').collapsible({
|
||||
accordion: false,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue