mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 12:59:29 +00:00
IE Fixes
Monotone-Parent: b80972e148e56ed9e7094c79272651736008b33d Monotone-Revision: b0d358e540a640da40f7cc0ca5ed4cf76c807c32 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-07T14:17:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1518,7 +1518,7 @@ function updateTaskStatus(event) {
|
||||
http.open("POST", url, false /* not async */);
|
||||
http.url = url;
|
||||
http.send("");
|
||||
http.setRequestHeader("Content-Length", 0);
|
||||
// http.setRequestHeader("Content-Length", 0);
|
||||
if (isHttpStatus204(http.status))
|
||||
refreshTasks();
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user