mirror of https://github.com/gorhill/uBlock.git
Use proper popup URL
This commit is contained in:
parent
846f0b494c
commit
fcc7781aef
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue