(no commit message)
[euphorik.git] / js / euphorik.js
index 5ada1d7..32b8758 100755 (executable)
@@ -1062,7 +1062,9 @@ PageEvent.prototype.waitEvent = function(funSend, funsReceive)
    this.attenteCourante = jQuery.ajax({
       type: "POST",
       url: "request",
-      dataType: "json",
+      dataType: "json",\r
+      // Obsolète (voir TODO)\r
+      //timeout: 300000, // timeout de 5min. Gros HACK pas beau. FIXME problème décrit ici : http://groups.google.com/group/jquery-en/browse_thread/thread/8724e64af3333a76
       data: this.util.jsonVersAction(dataToSend),
       success:
          function(data)