mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 22:09:29 +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:
@@ -1261,6 +1261,7 @@ function updateTaskStatus(event) {
|
||||
http.open("POST", url, false /* not async */);
|
||||
http.url = url;
|
||||
http.send("");
|
||||
http.setRequestHeader("Content-Length", 0);
|
||||
if (isHttpStatus204(http.status))
|
||||
refreshTasks();
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user