1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-05 18:32:30 +01:00
Raymond Hill 2018-06-03 13:56:24 -04:00
parent 7766786b2c
commit 39277172e8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -43,7 +43,7 @@
case 'launch-logger':
vAPI.tabs.get(null, function(tab) {
µb.openNewTab({
url: 'logger-ui.html#tab_' + tab.id,
url: 'logger-ui.html#tab_active+' + tab.id,
select: true,
index: -1
});