fixing conversation updates

This commit is contained in:
friendica 2011-11-24 16:42:12 -08:00
parent 8aae7f047d
commit 9e8053e3bd
6 changed files with 17 additions and 19 deletions

View file

@ -233,7 +233,7 @@
// $('#' + ident).hide();
// }
//});
$('.wall-item-outside-wrapper',data).each(function() {
$('.tread-wrapper',data).each(function() {
var ident = $(this).attr('id');
if($('#' + ident).length == 0) {
$('img',this).each(function() {