aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-05-03 15:00:49 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-05-03 15:00:49 +0200
commitf579c40405261af671d7b71bfef4370393938864 (patch)
treefe92688646e14ac238c229dcd1aa263a96f78730 /bugzillaBugTriage.js
parentfea21988a7ae1d04cc6ced8cd9a6ab49387324e3 (diff)
parentde4754b15b594192a82ee196af88602648a215e7 (diff)
downloadbugzilla-triage-f579c40405261af671d7b71bfef4370393938864.tar.gz
Merge branch 'master' of ssh://git.fedorahosted.org/git/bugzilla-triage-scripts
Conflicts: bugzillaBugTriage.js
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 0e70220..97b9568 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1960,6 +1960,7 @@ RHBugzillaPage.prototype.fixAttachById = function(id, type, email) {
console.log("XML-RPC message:\n"+msg.xml());
msg.addParameter(this.password);
console.log("XML-RPC message:\n"+msg.xml());
+
var req = new XMLHttpRequest();
var that = this;
req.open("POST", XMLRPCurl, true);