--- a/swtr/static/js/swtmaker.js +++ b/swtr/static/js/swtmaker.js @@ -284,6 +284,17 @@ this.showSweets(); return false; }, + showHide: function() { + if($("input:checked").length) { + $("p").toggle(); + $('.annotorious-item-unfocus').css("opacity", "0.5"); + } + else { + $("p").toggle(); + $('.annotorious-item-unfocus').css("opacity", "0"); + } + + }, getSignInCredentials: function(event) { event.preventDefault(); if(swtr.who === 'Guest' && !$('#username').length) { --- a/swtr/templates/index.html +++ b/swtr/templates/index.html @@ -31,7 +31,9 @@ - Show/Hide Box +
{% if url %}