diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-05-03 15:00:49 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-05-03 15:00:49 +0200 |
commit | f579c40405261af671d7b71bfef4370393938864 (patch) | |
tree | fe92688646e14ac238c229dcd1aa263a96f78730 | |
parent | fea21988a7ae1d04cc6ced8cd9a6ab49387324e3 (diff) | |
parent | de4754b15b594192a82ee196af88602648a215e7 (diff) | |
download | bugzilla-triage-f579c40405261af671d7b71bfef4370393938864.tar.gz |
Merge branch 'master' of ssh://git.fedorahosted.org/git/bugzilla-triage-scripts
Conflicts:
bugzillaBugTriage.js
-rw-r--r-- | bugzillaBugTriage.js | 1 |
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); |