X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageMinichat%2Fconversation.js;h=60b22a62d855a1078055d07940cf8d7e21809885;hp=acd7d672cfb244dae3d9a755e7af0bfd0923ce75;hb=85dc0facbc2b2de826978fac3768db7949a6b92f;hpb=455f79e2ab07847ea6697e51245288832ae9fede diff --git a/js/pageMinichat/conversation.js b/js/pageMinichat/conversation.js index acd7d67..60b22a6 100644 --- a/js/pageMinichat/conversation.js +++ b/js/pageMinichat/conversation.js @@ -291,11 +291,11 @@ euphorik.Conversation.prototype.flush = function() { var mess = thisConversation.messagesParId[messId]; if (mess) { mess.clientARepondu = true; - $("#conversations #" + mess.getId(thisConversation.getId())).addClass("repondu") + $("#conversations #" + mess.getId(thisConversation.getId())).addClass("repondu"); } }); } - }); + }); if (this.messages.length > 0) { this.idDernierMessageAffiche = this.messages[this.messages.length-1].id;