1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 02:14:52 +12:00

Fix vAPI.download across all platforms

This commit is contained in:
Chris 2015-03-11 17:54:32 -06:00 committed by gorhill
parent daede90cc7
commit 33ffb83f23

View file

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