X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageMinichat%2Fconversation.js;h=101f3e98ef10692b0916a3270d512e0111648e9e;hp=acd7d672cfb244dae3d9a755e7af0bfd0923ce75;hb=58e89680c244db82af1986f6bdab306d3437f0a2;hpb=c8e862a96eedcf1b996035b6b0e8a0c36e9a0cde diff --git a/js/pageMinichat/conversation.js b/js/pageMinichat/conversation.js index acd7d67..101f3e9 100644 --- a/js/pageMinichat/conversation.js +++ b/js/pageMinichat/conversation.js @@ -291,7 +291,7 @@ 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"); } }); }