aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}