Commit ac5e0b353762774eb38160e3837e74a088fde99b
1 parent
c84a713e
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
@@ -54,7 +54,7 @@ $(document).ready(function(){ | @@ -54,7 +54,7 @@ $(document).ready(function(){ | ||
54 | return false; | 54 | return false; |
55 | }); | 55 | }); |
56 | if($("#orderform-username input[type='checkbox']").is(':checked')){ | 56 | if($("#orderform-username input[type='checkbox']").is(':checked')){ |
57 | - $(this).parent().find("label").addClass("checked"); | 57 | + $(this).addClass('sdfsdfsdfs'); |
58 | } | 58 | } |
59 | 59 | ||
60 | }); | 60 | }); |
61 | \ No newline at end of file | 61 | \ No newline at end of file |