1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00

code review of 7713597e (oops)

This commit is contained in:
gorhill 2017-10-13 09:38:16 -04:00
parent 7713597e3e
commit 9b83033785
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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();