mirror of https://github.com/gorhill/uBlock.git
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
|
// If the trigger is a change in the opener's URL, mark the entry
|
||||||
// as candidate for popunder filtering.
|
// as candidate for popunder filtering.
|
||||||
if ( targetTabId === entry.opener.tabId ) {
|
if ( targetTabId === entry.opener.tabId ) {
|
||||||
entry.popunder = true;
|
entry.opener.popunder = true;
|
||||||
}
|
}
|
||||||
if ( vAPI.tabs.onPopupUpdated(tabId, entry.opener) === true ) {
|
if ( vAPI.tabs.onPopupUpdated(tabId, entry.opener) === true ) {
|
||||||
entry.destroy();
|
entry.destroy();
|
||||||
|
|
Loading…
Reference in New Issue