From eed143ebd5537cfc88e6ac0982237ea8b056a14b Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Wed, 5 Jan 2011 09:10:21 +0000 Subject: [PATCH] Updated for issue 129. This rickroll YouTube video should work Internationally. git-svn-id: https://beef.googlecode.com/svn/trunk@672 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 4c823f12c..eaf6d9fe0 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