diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-12-24 00:05:49 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-12-24 00:05:49 +0100 |
commit | bb903d79b2a78aad098f4c03313997a7c7606124 (patch) | |
tree | ba7b4b33a48ae387dd789d96e40fc977ee2f1bbb /bugzillaBugTriage.js | |
parent | f0447e24b09a6d64f2d81f2b5fc40b81fde283b4 (diff) | |
download | bugzilla-triage-bb903d79b2a78aad098f4c03313997a7c7606124.tar.gz |
Fix adding Bugzappers' signature
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r-- | bugzillaBugTriage.js | 2 |
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); } |