X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageMinichat.js;h=ebb47cb407548f631d96656c687000b0752566fe;hb=72908e845f60c5122d2a785051755697abcc08db;hp=94f6e7ce65be6caded2f583b909debde3aa06afa;hpb=01922222ac686c2507052c0cc1d755495145d154;p=euphorik.git diff --git a/js/pageMinichat.js b/js/pageMinichat.js index 94f6e7c..ebb47cb 100755 --- a/js/pageMinichat.js +++ b/js/pageMinichat.js @@ -515,10 +515,6 @@ Conversation.prototype.flush = function(funClickOuvrirConv) jQuery("#conversations #" + this.getId()).prepend(XHTML) - // mise à jour des images (LightBox) après l'ajout de message - if (myLightbox != null) - myLightbox.updateImageList() - // enlève les messages exedentaires var nbMessagesAffiche = jQuery("#conversations #" + this.getId() + " .message").size()