diff options
Diffstat (limited to 'data/bzpage.js')
-rw-r--r-- | data/bzpage.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/bzpage.js b/data/bzpage.js index cb539dc..37c53d2 100644 --- a/data/bzpage.js +++ b/data/bzpage.js @@ -1029,8 +1029,8 @@ BZPage.prototype.queryInNewTab = function(text, component, product) { tabs.open({ url: urlStr, inBackground: true, - onOpen: function (t) { - tabs.activeTab = t; + onReady: function (t) { + t.activate(); } }); } |