From 9e8053e3bdb4669132a142cd2542956c01352ee5 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 24 Nov 2011 16:42:12 -0800 Subject: fixing conversation updates --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index af63ac0ba..ba4bb36ef 100644 --- a/js/main.js +++ b/js/main.js @@ -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() { -- cgit v1.2.3