Monotone-Parent: 7d7fda1fe8fdf96d8a846378379c8a49661b7e7b

Monotone-Revision: a891c51c800c8bcf46a3cc4342794d975147ddb5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-14T14:34:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-07-14 14:34:55 +00:00
parent 50feb12405
commit 449d20640b
2 changed files with 13 additions and 6 deletions
+4 -3
View File
@@ -356,12 +356,13 @@ function getContrastingTextColor(bgColor) {
}
function triggerAjaxRequest(url, callback, userdata, content, headers) {
var http = createHTTPClient();
activeAjaxRequests++;
document.animTimer = setTimeout("checkAjaxRequestsState();", 250);
//url = appendDifferentiator(url);
var http = createHTTPClient();
if (http) {
activeAjaxRequests++;
document.animTimer = setTimeout("checkAjaxRequestsState();", 250);
http.open("POST", url, true);
http.url = url;
http.callback = callback;