diff --git a/static/js/init.js b/static/js/init.js index 1112054..1d94bbe 100644 --- a/static/js/init.js +++ b/static/js/init.js @@ -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 diff --git a/templates/edit.html b/templates/edit.html index 27881ea..d5613d1 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -113,13 +113,17 @@
{#star#} - - +
- - +
{% if bookmark.url_hash %}