Skip to content

Commit 9b83033

Browse files
committed
code review of 7713597 (oops)
1 parent 7713597 commit 9b83033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ housekeep itself.
177177
// If the trigger is a change in the opener's URL, mark the entry
178178
// as candidate for popunder filtering.
179179
if ( targetTabId === entry.opener.tabId ) {
180-
entry.popunder = true;
180+
entry.opener.popunder = true;
181181
}
182182
if ( vAPI.tabs.onPopupUpdated(tabId, entry.opener) === true ) {
183183
entry.destroy();

0 commit comments

Comments
 (0)