Commit c84a713e9114b33716971812dd0b647723a0b076
1 parent
4f6b46f1
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 | 54 | return false; |
55 | 55 | }); |
56 | 56 | if($("#orderform-username input[type='checkbox']").is(':checked')){ |
57 | - alert('dsfd'); | |
57 | + $(this).parent().find("label").addClass("checked"); | |
58 | 58 | } |
59 | 59 | |
60 | 60 | }); |
61 | 61 | \ No newline at end of file | ... | ... |