mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
code review of 7713597e
(oops)
This commit is contained in:
parent
7713597e3e
commit
9b83033785
@ -177,7 +177,7 @@ housekeep itself.
|
||||
// If the trigger is a change in the opener's URL, mark the entry
|
||||
// as candidate for popunder filtering.
|
||||
if ( targetTabId === entry.opener.tabId ) {
|
||||
entry.popunder = true;
|
||||
entry.opener.popunder = true;
|
||||
}
|
||||
if ( vAPI.tabs.onPopupUpdated(tabId, entry.opener) === true ) {
|
||||
entry.destroy();
|
||||
|
Loading…
Reference in New Issue
Block a user