X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Futil.js;fp=js%2Futil.js;h=7ca57609c5204129de0108c7b0a60c0f34152099;hp=27fab59f034fd6aee619975c33ee27018838b416;hb=5dc140390551c133ac5525725a86854ca69679af;hpb=24ed7a141aa345454300dd260bbabae3a9f92408 diff --git a/js/util.js b/js/util.js index 27fab59..7ca5760 100644 --- a/js/util.js +++ b/js/util.js @@ -59,7 +59,7 @@ euphorik.Util.prototype.messageDialog = function(message, type, buttons, format, var close = function() { $("#info").slideUp(100); }; close(); - $("#info .message").html(!thisUtil.formater || !format ? message : thisUtil.formater.traitementComplet(message)); + $("#info .message").html(!thisUtil.formater || !format ? message : thisUtil.formater.completeProcessing(message)); switch(type) { case euphorik.Util.messageType.informatif : $("#info #icone").attr("class", "information"); break;