mirror of https://github.com/gorhill/uBlock.git
Use string template
This commit is contained in:
parent
59d296f8a3
commit
1c090f0fae
|
@ -812,7 +812,7 @@ vAPI.setIcon = (( ) => {
|
||||||
browser.browserAction.onClicked.addListener(function(tab) {
|
browser.browserAction.onClicked.addListener(function(tab) {
|
||||||
vAPI.tabs.open({
|
vAPI.tabs.open({
|
||||||
select: true,
|
select: true,
|
||||||
url: 'popup-fenix.html?tabId=' + tab.id + '&responsive=1'
|
url: `popup-fenix.html?tabId=${tab.id}&responsive=1`,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue