X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageMinichat.js;h=ebb47cb407548f631d96656c687000b0752566fe;hp=94f6e7ce65be6caded2f583b909debde3aa06afa;hb=72908e845f60c5122d2a785051755697abcc08db;hpb=dd72797c35b6bde903c87b329bdb145f6863dc4a 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()