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
1 changed files with 1 additions and 1 deletions

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