X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=c9291a200e23ff737da17fc4c92ad78ec086468e;hp=4210713c8a0d1787cccf43cdc90c2e4b7d615f75;hb=28cbabecbfc2e05861779a19e5a75bddbc0ad416;hpb=934ab32cd6fac44f6b3ebedef69ce1ccd0b8701b diff --git a/js/euphorik.js b/js/euphorik.js index 4210713..c9291a2 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -904,7 +904,7 @@ PageEvent.prototype.waitEvent = function(funSend, funReceive) error: function(XMLHttpRequest, textStatus, errorThrown) { - setTimeout(function(){ thisPageEvent.rafraichirMessages(funSend, funReceive) }, 1000); + setTimeout(function(){ thisPageEvent.waitEvent(funSend, funReceive) }, 1000); } })