From c14e24430b970ac3cab652e899f448227771571b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 19 Dec 2017 14:55:36 +0100 Subject: [PATCH 1/2] Initialise collapsible block so it actually unfolds/folds --- static/js/init.js | 5 +++++ 1 file changed, 5 insertions(+) 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 From fa033452f10902e27be35f207b764006d752506d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 19 Dec 2017 14:58:45 +0100 Subject: [PATCH 2/2] Fixed checkboxes --- templates/edit.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 %}