Commit 60098d191421c6fc80461a75d6c10a58c25c41c4
1 parent
8f0fe0a3
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
@@ -53,6 +53,6 @@ $(document).ready(function(){ | @@ -53,6 +53,6 @@ $(document).ready(function(){ | ||
53 | } | 53 | } |
54 | return false; | 54 | return false; |
55 | }); | 55 | }); |
56 | - $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().find("label").addClass("checked"); | 56 | + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("checked"); |
57 | 57 | ||
58 | }); | 58 | }); |
59 | \ No newline at end of file | 59 | \ No newline at end of file |