From 2a0f342ab1f82d10bfa58289636282b61b8080cf Mon Sep 17 00:00:00 2001 From: "yori.kvitchko" Date: Wed, 5 Jan 2011 00:36:01 +0000 Subject: [PATCH] jquery git-svn-id: https://beef.googlecode.com/svn/trunk@668 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 9489fffa7..3ba844c0e 100644 --- a/modules/commands/misc/rickroll/rickroll.js +++ b/modules/commands/misc/rickroll/rickroll.js @@ -1,5 +1,5 @@ beef.execute(function() { - document.body.innerHTML = ''; + $j('body').html(''); beef.net.sendback("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Succesfull"); }); \ No newline at end of file