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