mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 21:39:28 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user