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