1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

#697: mind Firefox for Android

This commit is contained in:
gorhill 2015-09-14 14:46:12 -04:00
parent 4e0fed18bb
commit c3c4d75e8e

View File

@ -1921,7 +1921,7 @@ vAPI.net.registerListeners = function() {
// https://github.com/gorhill/uBlock/issues/697
// Dismiss event if the associated tab is pending.
var tab = tabWatcher.tabFromBrowser(browser);
if ( !tab || tab.hasAttribute('pending') ) {
if ( !vAPI.fennec && tab && tab.hasAttribute('pending') ) {
return;
}