We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7713597 commit 9b83033Copy full SHA for 9b83033
1 file changed
src/js/tab.js
@@ -177,7 +177,7 @@ housekeep itself.
177
// If the trigger is a change in the opener's URL, mark the entry
178
// as candidate for popunder filtering.
179
if ( targetTabId === entry.opener.tabId ) {
180
- entry.popunder = true;
+ entry.opener.popunder = true;
181
}
182
if ( vAPI.tabs.onPopupUpdated(tabId, entry.opener) === true ) {
183
entry.destroy();
0 commit comments