Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
this fixes gorhill#967
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 13, 2015
1 parent acf0c53 commit a4d66f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/firefox/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,9 @@ var httpObserver = {
}

var result = vAPI.tabs.onPopup({
tabId: tabId,
sourceTabId: sourceTabId,
url: URI.asciiSpec
targetTabId: tabId,
openerTabId: sourceTabId,
targetURL: URI.asciiSpec
});

return result === true;
Expand Down

0 comments on commit a4d66f8

Please # to comment.