1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Merge branch 'master' of github.com:aquatix/digimarks

This commit is contained in:
2017-12-19 22:03:16 +01:00
2 changed files with 13 additions and 4 deletions

View File

@@ -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

View File

@@ -113,13 +113,17 @@
<div class="col s12"> <div class="col s12">
{#<i class="material-icons prefix">star</i>#} {#<i class="material-icons prefix">star</i>#}
<input type="checkbox" name="starred" id="starred" {% if bookmark.starred == True %}checked{% endif %} /> <label>
<label for="starred">Starred</label> <input type="checkbox" name="starred" id="starred" {% if bookmark.starred == True %}checked{% endif %} />
<span>Starred</span>
</label>
</div> </div>
<div class="col s12"> <div class="col s12">
<input type="checkbox" name="strip" id="strip" /> <label>
<label for="strip">Strip parameters from url (like <em>?utm_source=social</em> - can break the link!)</label> <input type="checkbox" name="strip" id="strip" />
<span>Strip parameters from url (like <em>?utm_source=social</em> - can break the link!)</span>
</label>
</div> </div>
{% if bookmark.url_hash %} {% if bookmark.url_hash %}