minimodifs
[euphorik.git] / js / pageMinichat / conversation.js
index acd7d67..101f3e9 100644 (file)
@@ -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");
             }
          });
       }