diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-05-03 14:59:31 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-05-03 14:59:31 +0200 |
commit | fea21988a7ae1d04cc6ced8cd9a6ab49387324e3 (patch) | |
tree | 50d5f617ce16d46b7c062adc50b06be04cefdacf /bugzillaBugTriage.js | |
parent | 0b742126acad12af78fe379474d735f772baeae3 (diff) | |
parent | a730450bf18d2138ae30db3793f2a63f77836157 (diff) | |
download | bugzilla-triage-fea21988a7ae1d04cc6ced8cd9a6ab49387324e3.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.js | 1 |
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); |