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