mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 21:09:28 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user