diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index eb50908..0d3ab7c 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,6 +53,8 @@ $(document).ready(function(){ } return false; }); - + if($(".field-orderform-username input[type='checkbox']").attr("checked")){ + $(this).parent().find("label").addClass("checked"); + } }); \ No newline at end of file -- libgit2 0.21.4