diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 0d3ab7c..a173b1f 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,8 +53,8 @@ $(document).ready(function(){ } return false; }); - if($(".field-orderform-username input[type='checkbox']").attr("checked")){ + 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