diff options
author | friendica <info@friendica.com> | 2011-11-24 16:42:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-24 16:42:12 -0800 |
commit | 9e8053e3bdb4669132a142cd2542956c01352ee5 (patch) | |
tree | e0768f3096b0b869872d085ecbef7e8165f7cea4 /js | |
parent | 8aae7f047d3d29b167ee2372c10978dc3f16f801 (diff) | |
download | volse-hubzilla-9e8053e3bdb4669132a142cd2542956c01352ee5.tar.gz volse-hubzilla-9e8053e3bdb4669132a142cd2542956c01352ee5.tar.bz2 volse-hubzilla-9e8053e3bdb4669132a142cd2542956c01352ee5.zip |
fixing conversation updates
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |