Commit 385286f54ba76ab8c59e17f9bf074ec20b74bc37
1 parent
b8b84cbd
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 label").remove(); | 56 | + $(".punkt").parent().find(".spoiler input[type='checkbox']").remove(); |
57 | 57 | ||
58 | }); | 58 | }); |
59 | \ No newline at end of file | 59 | \ No newline at end of file |