diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 8c4959b..712fa00 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')){ - $(this).addClass('sdfsdfsdfs'); + $("body").addClass('sdfsdfsdfs'); } }); \ No newline at end of file -- libgit2 0.21.4