FIX bug dans la mise en évidence
[euphorik.git] / js / pageMinichat / conversation.js
index 20343f9..3948629 100644 (file)
@@ -410,7 +410,7 @@ euphorik.Conversation.prototype.afficherConversation = function(id) {
       function() {\r
          var jq = $(this);\r
          var statut = mess[thisConversation.idMessageFromString(jq.attr("id"))];\r
-         if (!statut) {\r
+         if (statut === undefined) {\r
             jq.addClass("cache");\r
          } else {\r
             jq.removeClass("cache");\r