mirror of https://github.com/gorhill/uBlock.git
#697: mind Firefox for Android
This commit is contained in:
parent
4e0fed18bb
commit
c3c4d75e8e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue