X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;fp=js%2Feuphorik.js;h=67a29310e59b838a278106ca333d7d00c79fbf3d;hp=1df73d3b2416d39c8e6c1d97b1f8f9d836335b5d;hb=c703e59b62e321dd3414ff20630ba2965fd9b074;hpb=763618d0b02260a601ffa82870dd54bf6968217e diff --git a/js/euphorik.js b/js/euphorik.js index 1df73d3..67a2931 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -1080,7 +1080,7 @@ PageEvent.prototype.waitEvent = function(funSend, funsReceive) url: "request", 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 + timeout: 180000, // timeout de 3min. 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)