From 3277c9878dcc451201a220117e437b1926770e3b Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Fri, 6 Jun 2008 17:47:11 +0000 Subject: [PATCH] --- js/euphorik.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/euphorik.js b/js/euphorik.js index f330209..32b8758 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -1063,7 +1063,8 @@ PageEvent.prototype.waitEvent = function(funSend, funsReceive) type: "POST", url: "request", dataType: "json", - 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 + // 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), success: function(data) -- 2.43.0