Update popup url

Fix broken functionality caused by the removal of the classic popup.
This commit is contained in:
u-RraaLL 2022-05-21 09:42:08 +02:00 committed by GitHub
parent 7b2319b7cd
commit 614b8328e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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