aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2009-12-18 03:51:41 +0100
committerMatěj Cepl <mcepl@redhat.com>2009-12-18 03:51:41 +0100
commitfdaa4c2f5dc20ba4af7ff8e64c5bffffb52d86ad (patch)
treea53eb4140a4a88da42a102816f4350864cd2130c /bugzillaBugTriage.js
parent4900c431be47741b206769f943a90146e3674a04 (diff)
downloadbugzilla-triage-fdaa4c2f5dc20ba4af7ff8e64c5bffffb52d86ad.tar.gz
Two typos
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index bc3fb90..f1c5cd4 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1282,7 +1282,7 @@ bzPage.prototype.generalPurposeCureForAllDisease = function
this.dok.getElementById("addselfcc").checked = true;
} else if (secondParameter === "NODEFAULTASSIGNEE") {
this.dok.getElementById("set_default_assignee").
- .removeAttribute("checked");
+ removeAttribute("checked");
}
};
@@ -1372,7 +1372,7 @@ function bzPage(doc) {
this.doc = $(doc);
this.dok = doc;
var that = this;
- this.originalButton = this.doc.getElementById("commit");
+ this.originalButton = this.dok.getElementById("commit");
var loginArr = $("#header ul:first li:last", this.doc).text().split("\n");
this.login = loginArr[loginArr.length-1].trim();
this.password = "";