diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-01-20 16:00:56 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-01-20 16:00:56 +0100 |
commit | 8b145a758d12871e705adbd7689598edd5dfa6c3 (patch) | |
tree | 3826c6dc1f12d9b519539d14013139f763045949 /data/rhbzpage.js | |
parent | 0c0fbbf5492e3a9ec9f8e4a1c9713883d3b350ac (diff) | |
download | bugzilla-triage-8b145a758d12871e705adbd7689598edd5dfa6c3.tar.gz |
Upgrading to the latest API
.activate() return back again.
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(); } }); } |