X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageMinichat%2Fconversation.js;fp=js%2FpageMinichat%2Fconversation.js;h=238976bcf434a6c9056409471aa35969d5e09641;hp=39486299c631f5d12412f3e371d684ff164101c1;hb=11fe8f6d268a9b1c0a773294cc7d70ffdb6afb30;hpb=956dc2acd6aee480b5daa4def16346f9bab80056 diff --git a/js/pageMinichat/conversation.js b/js/pageMinichat/conversation.js index 3948629..238976b 100644 --- a/js/pageMinichat/conversation.js +++ b/js/pageMinichat/conversation.js @@ -238,7 +238,6 @@ euphorik.Conversation.prototype.flush = function() { var thisConversation = this; var reverse = this.client.chatOrder === "reverse"; - // est-ce que le prochain message est pair ? (permet d'alterner le style des messages) var messagePair = (this.idDernierMessageAffiche === 0 ? true : ($("#" + this.getId() + " .messages div:" + (reverse ? "first" : "last")).attr("class").search("messagePair") === -1) );