From fcc7781aef83452a70de4ce965a619267f2eef42 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 30 Jan 2020 12:43:41 -0500 Subject: [PATCH] Use proper popup URL --- src/js/popup-fenix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup-fenix.js b/src/js/popup-fenix.js index 2b87ad4f2..4b2f3a473 100644 --- a/src/js/popup-fenix.js +++ b/src/js/popup-fenix.js @@ -901,7 +901,7 @@ uDom('[data-i18n="popupAnyRulePrompt"]').on('click', ev => { messaging.send('popupPanel', { what: 'gotoURL', details: { - url: `popup-v2.html?tabId=${popupData.tabId}`, + url: `popup-fenix.html?tabId=${popupData.tabId}`, select: true, index: -1, },