#697: mind Firefox for Android

This commit is contained in:
gorhill 2015-09-14 14:46:12 -04:00
parent 4e0fed18bb
commit c3c4d75e8e
1 changed files with 1 additions and 1 deletions

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