1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Merge branch 'u-RraaLL-popup-fix' of https://github.com/u-RraaLL/uBlock into patch

This commit is contained in:
Raymond Hill 2022-06-03 12:23:01 -04:00
commit 59d296f8a3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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'
});
});