From 7d9008f38c5e15f905cba9bee1fd95745a478ebc Mon Sep 17 00:00:00 2001 From: "yori.kvitchko" Date: Tue, 10 May 2011 02:38:29 +0000 Subject: [PATCH] Updated link in second location. git-svn-id: https://beef.googlecode.com/svn/trunk@961 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 675faf260..384a025ba 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"); });