From fa726bcbae605dd21861bee728f66a2134a1d385 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 30 May 2010 09:56:55 +0200 Subject: Updating sending bug upstream. --- bugzillaBugTriage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bugzillaBugTriage.js') diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index b043cd5..4917a5a 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -2232,7 +2232,7 @@ RHBugzillaPage.prototype.queryUpstream = function() { * */ RHBugzillaPage.prototype.sendBugUpstream = function() { - let url = this.filterByRegexp(newUpstreamBugsURLArray, this + let url = this.filterByRegexp(this.constantData.newUpstreamBug, this .getOptionValue("component")); let ret = jetpack.tabs.open(url); @@ -2244,7 +2244,7 @@ RHBugzillaPage.prototype.sendBugUpstream = function() { .getElementById("short_desc_nonedit_display").textContent .trim(); otherElems.namedItem("comment").value = that.collectComments(); - ret.focused(); + ret.focus(); }); }; -- cgit