1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Safari: code review; oops

This commit is contained in:
Chris 2015-03-11 17:58:36 -06:00
parent ade97fdaea
commit 4e31b0b6d9

View File

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