diff options
Diffstat (limited to 'data/rhbzpage.js')
-rw-r--r-- | data/rhbzpage.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rhbzpage.js b/data/rhbzpage.js index 10090a7..3cb21e6 100644 --- a/data/rhbzpage.js +++ b/data/rhbzpage.js @@ -588,8 +588,8 @@ RHBugzillaPage.prototype.queryUpstream = function() { tabs.open({ url: urlBase + text, inBackground: true, - onOpen: function (tab) { - tabs.activeTab = tab; + onReady: function (tab) { + tab.activate(); } }); } |