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