This commit is contained in:
friendica 2011-12-14 16:43:37 -08:00
parent 84fd2a1501
commit 9768adf719
1 changed files with 2 additions and 2 deletions

View File

@ -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'));
});