Browse Source

Firefox: fix tooltip animation

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
1c64aa4af4
  1. 2
      platform/firefox/vapi-background.js

2
platform/firefox/vapi-background.js

@ -917,7 +917,7 @@ var httpObserver = {
}
try {
// [tabId, type, sourceTabId - given if it was a popup]
// [type, tabId, sourceTabId - given if it was a popup]
channelData = channel.getProperty(location.host + 'reqdata');
} catch (ex) {
return;

Loading…
Cancel
Save