Browse Source

this fixes #967

pull/2/head
gorhill 10 years ago
parent
commit
651fa9c16a
  1. 6
      platform/firefox/vapi-background.js

6
platform/firefox/vapi-background.js

@ -1086,9 +1086,9 @@ var httpObserver = {
} }
var result = vAPI.tabs.onPopup({ var result = vAPI.tabs.onPopup({
tabId: tabId,
sourceTabId: sourceTabId,
url: URI.asciiSpec
targetTabId: tabId,
openerTabId: sourceTabId,
targetURL: URI.asciiSpec
}); });
return result === true; return result === true;

Loading…
Cancel
Save