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