mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Use proper popup URL
This commit is contained in:
parent
846f0b494c
commit
fcc7781aef
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue