Commit f8ecda334dd5f3410caa6fa8e25b7f95b86159a9
1 parent
8bd5fde4
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
| @@ -54,7 +54,7 @@ $(document).ready(function(){ | @@ -54,7 +54,7 @@ $(document).ready(function(){ | ||
| 54 | return false; | 54 | return false; |
| 55 | }); | 55 | }); |
| 56 | if($("#orderform-username input[type='checkbox']").is(':checked')){ | 56 | if($("#orderform-username input[type='checkbox']").is(':checked')){ |
| 57 | - $("body").addClass('sdfsdfsdfs'); | 57 | + $(this).hide(); |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | }); | 60 | }); |
| 61 | \ No newline at end of file | 61 | \ No newline at end of file |