From ca8d83ffad7ddf815051915c435a58a21e875bf1 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Wed, 5 Jan 2011 19:23:26 +0000 Subject: [PATCH] annotations turned off on rickroll git-svn-id: https://beef.googlecode.com/svn/trunk@674 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 721c62dae..3d34dd780 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