diff options
author | friendica <info@friendica.com> | 2011-12-14 16:43:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-14 16:43:37 -0800 |
commit | 9768adf719dffc59c1f2c7f0d4b2b932fcf9b142 (patch) | |
tree | 83353e1b0c42404923ca1a120793a673048b8e2d /js/main.js | |
parent | 84fd2a1501e3cf2e7bf3c140e7f91ecfca2f7c7f (diff) | |
download | volse-hubzilla-9768adf719dffc59c1f2c7f0d4b2b932fcf9b142.tar.gz volse-hubzilla-9768adf719dffc59c1f2c7f0d4b2b932fcf9b142.tar.bz2 volse-hubzilla-9768adf719dffc59c1f2c7f0d4b2b932fcf9b142.zip |
testing
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/main.js b/js/main.js index 8421deb56..2c8a8fad1 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')); }); |