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