1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

Firefox: fix tooltip animation

This commit is contained in:
Deathamns 2015-01-13 21:33:26 +01:00 committed by gorhill
parent e90bc19420
commit 1c64aa4af4

View file

@ -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;