X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;fp=js%2Feuphorik.js;h=32b87584b9151948e2fea81943361e410b1408a4;hp=f330209f2294a081f6a84350c14dcacedf66cfef;hb=3277c9878dcc451201a220117e437b1926770e3b;hpb=58e67a14073f900d625b1049cab6f7c4d0c00de6 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)