Fix download URL for the fallback method

This commit is contained in:
Deathamns 2014-10-21 09:06:40 +02:00
parent 749b6f186d
commit 5e99ead9ff
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ vAPI.download = function(details) {
a.dispatchEvent(new MouseEvent('click'));
}
else {
var messager = vAPI.messaging.channel('download');
var messager = vAPI.messaging.channel('_download');
messager.send({
what: 'gotoURL',
details: {
url: a.target.href,
url: details.url,
index: -1
}
});