mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
7766786b2c
commit
39277172e8
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
case 'launch-logger':
|
case 'launch-logger':
|
||||||
vAPI.tabs.get(null, function(tab) {
|
vAPI.tabs.get(null, function(tab) {
|
||||||
µb.openNewTab({
|
µb.openNewTab({
|
||||||
url: 'logger-ui.html#tab_' + tab.id,
|
url: 'logger-ui.html#tab_active+' + tab.id,
|
||||||
select: true,
|
select: true,
|
||||||
index: -1
|
index: -1
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue