From 57ffbcacc4f222be0ed3e5180f6195f6927e41f8 Mon Sep 17 00:00:00 2001 From: "yori.kvitchko" Date: Mon, 9 May 2011 16:54:36 +0000 Subject: [PATCH] Updated youtube video for RickRoll git-svn-id: https://beef.googlecode.com/svn/trunk@958 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/misc/rickroll/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/rickroll/command.js b/modules/misc/rickroll/command.js index 5b8dc4c6b..675faf260 100644 --- a/modules/misc/rickroll/command.js +++ b/modules/misc/rickroll/command.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.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Succesfull"); });