diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 92785a0..94e106b 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,6 +53,6 @@ $(document).ready(function(){ } return false; }); - $(".punkt").parent().find(".spoiler input[type='checkbox']").remove(); + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").remove(); }); \ No newline at end of file -- libgit2 0.21.4