From: friendica Date: Thu, 15 Dec 2011 00:43:37 +0000 (-0800) Subject: testing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9768adf719dffc59c1f2c7f0d4b2b932fcf9b142;p=friendica.git testing --- diff --git a/js/main.js b/js/main.js index 8421deb567..2c8a8fad1c 100644 --- a/js/main.js +++ b/js/main.js @@ -254,10 +254,10 @@ prev = 'live-' + src; - $('.wall-item-outside-wrapper.comment',data).each(function() { + $('.wall-item-outside-wrapper',data).each(function() { var ident = $(this).attr('id'); - if($('#' + ident).length == 0) { + if($('#' + ident).length == 0 && prev != 'live-' + src) { $('img',this).each(function() { $(this).attr('src',$(this).attr('dst')); });