Commit de2f3b39580e4fda1bd6af95efc4cbe00e556e74
1 parent
16755a6e
123
Showing
1 changed file
with
2 additions
and
2 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")){ | |
| 56 | + if($(".field-orderform-username input[type='checkbox']").attr("checked"){ | |
| 57 | 57 | $(this).parent().find("label").addClass("checked"); | 
| 58 | - } | |
| 58 | + }); | |
| 59 | 59 | |
| 60 | 60 | }); | 
| 61 | 61 | \ No newline at end of file | ... | ... | 
