diff options
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r-- | bugzillaBugTriage.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 97b9568..c14e3ec 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1959,7 +1959,11 @@ RHBugzillaPage.prototype.fixAttachById = function(id, type, email) { msg.addParameter(this.login); console.log("XML-RPC message:\n"+msg.xml()); msg.addParameter(this.password); +<<<<<<< HEAD console.log("XML-RPC message:\n"+msg.xml()); +======= + console.log("XML-RPC message:\n" + msg.xml()); +>>>>>>> 1c5b90c198ffd4c9508ac9ba6c0e67de8e08da37 var req = new XMLHttpRequest(); var that = this; |