aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-05-03 14:59:31 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-05-03 14:59:31 +0200
commitfea21988a7ae1d04cc6ced8cd9a6ab49387324e3 (patch)
tree50d5f617ce16d46b7c062adc50b06be04cefdacf
parent0b742126acad12af78fe379474d735f772baeae3 (diff)
parenta730450bf18d2138ae30db3793f2a63f77836157 (diff)
downloadbugzilla-triage-fea21988a7ae1d04cc6ced8cd9a6ab49387324e3.tar.gz
Merge branch 'master' of ssh://git.fedorahosted.org/git/bugzilla-triage-scripts
Conflicts: bugzillaBugTriage.js
-rw-r--r--bugzillaBugTriage.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 97b9568..0e70220 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1960,7 +1960,6 @@ 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);