Monotone-Parent: d20b6efa6a8c415c1db8ca849c311e740a312646

Monotone-Revision: 5d08c3e624999be469da2fd6046209e122529287

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-06T22:34:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-06 22:34:42 +00:00
parent 54b6c29882
commit 96b00f426c
5 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ function triggerAjaxRequest(url, callback, userdata) {
var http = createHTTPClient();
activeAjaxRequests += 1;
document.animTimer = setTimeout("checkAjaxRequestsState();", 200);
document.animTimer = setTimeout("checkAjaxRequestsState();", 50);
//url = appendDifferentiator(url);
if (http) {