Monotone-Parent: 1ff8d61cb974903310a23626bb38b87a13f84358

Monotone-Revision: 3ed608f2d193596ff9ea26138010a888e87b0929

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-01-22T16:43:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-01-22 16:43:46 +00:00
parent 2cd79f0e5e
commit 3037de35a9
3 changed files with 15 additions and 2 deletions

View File

@@ -398,6 +398,7 @@ function uixDeleteSelectedContacts(sender) {
http = createHTTPClient();
http.open("POST", url, false /* not async */);
http.send("");
http.setRequestHeader("Content-Length", 0);
if (http.status != 200) { /* request failed */
failCount++;
http = null;