From 9b8303378519d76ce578e65742e40517f3f9e5f2 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 13 Oct 2017 09:38:16 -0400 Subject: [PATCH] code review of 7713597e (oops) --- src/js/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tab.js b/src/js/tab.js index e2f0c0a01..f4929bf30 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -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();