(no commit message)
authorGreg Burri <greg.burri@gmail.com>
Mon, 9 Jun 2008 17:34:43 +0000 (17:34 +0000)
committerGreg Burri <greg.burri@gmail.com>
Mon, 9 Jun 2008 17:34:43 +0000 (17:34 +0000)
js/euphorik.js

index b2024ad..547176f 100755 (executable)
@@ -1079,8 +1079,7 @@ PageEvent.prototype.waitEvent = function(funSend, funsReceive)
    this.attenteCourante = jQuery.ajax({
       type: "POST",
       url: "request",
-      dataType: "json",\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
+      dataType: "json",
       // Obsolète (voir TODO)
       //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),