Use proper popup URL

This commit is contained in:
Raymond Hill 2020-01-30 12:43:41 -05:00
parent 846f0b494c
commit fcc7781aef
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -901,7 +901,7 @@ uDom('[data-i18n="popupAnyRulePrompt"]').on('click', ev => {
messaging.send('popupPanel', { messaging.send('popupPanel', {
what: 'gotoURL', what: 'gotoURL',
details: { details: {
url: `popup-v2.html?tabId=${popupData.tabId}`, url: `popup-fenix.html?tabId=${popupData.tabId}`,
select: true, select: true,
index: -1, index: -1,
}, },