1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Firefox: oops

This commit is contained in:
gorhill 2015-03-11 20:01:56 -04:00
parent 4e31b0b6d9
commit 41bf9486e4

View File

@ -67,7 +67,7 @@ vAPI.download = function(details) {
}; };
if ( vAPI.isMainProcess ) { if ( vAPI.isMainProcess ) {
vAPI.tabs.open(request); vAPI.tabs.open(request.details);
return; return;
} }