aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2009-12-24 00:05:49 +0100
committerMatěj Cepl <mcepl@redhat.com>2009-12-24 00:05:49 +0100
commitbb903d79b2a78aad098f4c03313997a7c7606124 (patch)
treeba7b4b33a48ae387dd789d96e40fc977ee2f1bbb /bugzillaBugTriage.js
parentf0447e24b09a6d64f2d81f2b5fc40b81fde283b4 (diff)
downloadbugzilla-triage-bb903d79b2a78aad098f4c03313997a7c7606124.tar.gz
Fix adding Bugzappers' signature
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 074dcf8..1bfb563 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1487,7 +1487,7 @@ function BzPage(doc) {
if (signatureFedoraString.length > 0) {
this.dok.forms.namedItem("changeform").addEventListener("submit",
function () {
- this.addTextToTextBox("comment", signatureFedoraString);
+ that.addTextToTextBox("comment", signatureFedoraString);
}
,true);
}