Monotone-Parent: 0d33ebdab09a3fdfd428f0fcfa42de4aef7a29ef

Monotone-Revision: 975e1acbb350fdff466553beb555d68abcc696b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-13T22:16:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-13 22:16:10 +00:00
parent 368f0757d4
commit dfdf7fc33f

View File

@@ -301,7 +301,7 @@ function triggerAjaxRequest(url, callback, userdata) {
http.url = url;
http.onreadystatechange
= function() {
//log ("state changed (" + http.readyState + "): " + url);
// log ("state changed (" + http.readyState + "): " + url);
try {
if (http.readyState == 4
&& activeAjaxRequests > 0) {