1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

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', {
what: 'gotoURL',
details: {
url: `popup-v2.html?tabId=${popupData.tabId}`,
url: `popup-fenix.html?tabId=${popupData.tabId}`,
select: true,
index: -1,
},