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