Commit 8bd5fde4a4c9b7f6a170c50a3de01fc511986835
1 parent
ac5e0b35
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 | 54 | return false; |
55 | 55 | }); |
56 | 56 | if($("#orderform-username input[type='checkbox']").is(':checked')){ |
57 | - $(this).addClass('sdfsdfsdfs'); | |
57 | + $("body").addClass('sdfsdfsdfs'); | |
58 | 58 | } |
59 | 59 | |
60 | 60 | }); |
61 | 61 | \ No newline at end of file | ... | ... |