mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 08:25:10 +01:00
Initialise collapsible block so it actually unfolds/folds
This commit is contained in:
@@ -3,5 +3,10 @@
|
|||||||
|
|
||||||
$('.sidenav').sidenav();
|
$('.sidenav').sidenav();
|
||||||
|
|
||||||
|
/* Initialise collapsible tags block */
|
||||||
|
$(document).ready(function() {
|
||||||
|
$('.collapsible').collapsible();
|
||||||
|
});
|
||||||
|
|
||||||
}); // end of document ready
|
}); // end of document ready
|
||||||
})(jQuery); // end of jQuery name space
|
})(jQuery); // end of jQuery name space
|
||||||
|
|||||||
Reference in New Issue
Block a user