mirror of https://github.com/gorhill/uBlock.git
Merge branch 'u-RraaLL-popup-fix' of https://github.com/u-RraaLL/uBlock into patch
This commit is contained in:
commit
59d296f8a3
|
@ -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