diff --git a/modules/commands/misc/rickroll/rickroll.js b/modules/commands/misc/rickroll/rickroll.js index eaf6d9fe0..721c62dae 100644 --- a/modules/commands/misc/rickroll/rickroll.js +++ b/modules/commands/misc/rickroll/rickroll.js @@ -4,7 +4,7 @@ beef.execute(function() { $j('body').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); $j('html').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); - $j('body').html(''); + $j('body').html(''); beef.net.sendback("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Succesfull"); }); \ No newline at end of file