diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 5e4e75d..fefa4cd 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,8 +53,6 @@ $(document).ready(function(){ } return false; }); - if($("#orderform-username input[type='checkbox']").is(':checked')){ - $(this).hide(); - } + $("#orderform-username input[type='checkbox']").is(':checked').hide(); }); \ No newline at end of file -- libgit2 0.21.4