From 2bc6a0d8a9a112e69768abbd798ec8502e31d41f Mon Sep 17 00:00:00 2001 From: Christian Frichot Date: Thu, 15 Mar 2012 19:43:02 +0800 Subject: [PATCH] Rick roll module, changed to a different YouTube vid, that appears to work here. Issue #620 --- modules/browser/rickroll/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/browser/rickroll/command.js b/modules/browser/rickroll/command.js index 832b6d723..2ac24b3eb 100644 --- a/modules/browser/rickroll/command.js +++ b/modules/browser/rickroll/command.js @@ -19,7 +19,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 Successful"); });