--- a/swtr/static/js/swtmaker.js +++ b/swtr/static/js/swtmaker.js @@ -277,12 +277,10 @@ return false; }, showHide: function() { - if($("input:checked").length) { - $("p").toggle(); + if($("#setbox:checked").length) { $('.annotorious-item-unfocus').css("opacity", "0.5"); } else { - $("p").toggle(); $('.annotorious-item-unfocus').css("opacity", "0"); } --- a/swtr/templates/index.html +++ b/swtr/templates/index.html @@ -36,8 +36,7 @@ + id="setcontrol">

Show annotated areas