diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index a197497..6342524 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']:checked").parent().find("label").addClass("checked"); + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("checked"); }); \ No newline at end of file -- libgit2 0.21.4