mirror of https://github.com/gorhill/uBlock.git
Update popup url
Fix broken functionality caused by the removal of the classic popup.
This commit is contained in:
parent
7b2319b7cd
commit
614b8328e9
|
@ -812,7 +812,7 @@ vAPI.setIcon = (( ) => {
|
|||
browser.browserAction.onClicked.addListener(function(tab) {
|
||||
vAPI.tabs.open({
|
||||
select: true,
|
||||
url: 'popup.html?tabId=' + tab.id + '&responsive=1'
|
||||
url: 'popup-fenix.html?tabId=' + tab.id + '&responsive=1'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue