X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=f330209f2294a081f6a84350c14dcacedf66cfef;hp=5ada1d797767524bc984e3d8ae588c45291bfba6;hb=446eb451a5b0dafd643f2f2ee72dd5e0546848f7;hpb=96ba3a0f8ce151653f0e994955e44eafa995beca diff --git a/js/euphorik.js b/js/euphorik.js index 5ada1d7..f330209 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -1062,7 +1062,8 @@ PageEvent.prototype.waitEvent = function(funSend, funsReceive) this.attenteCourante = jQuery.ajax({ type: "POST", url: "request", - dataType: "json", + 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 data: this.util.jsonVersAction(dataToSend), success: function(data)