From 73e0ff3e5953b91f801afc57484cc09a46230209 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Wed, 5 Jan 2011 19:17:10 +0000 Subject: [PATCH] changed so object and embeded tags match git-svn-id: https://beef.googlecode.com/svn/trunk@673 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/commands/misc/rickroll/rickroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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