aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-14 16:43:37 -0800
committerfriendica <info@friendica.com>2011-12-14 16:43:37 -0800
commit9768adf719dffc59c1f2c7f0d4b2b932fcf9b142 (patch)
tree83353e1b0c42404923ca1a120793a673048b8e2d /js
parent84fd2a1501e3cf2e7bf3c140e7f91ecfca2f7c7f (diff)
downloadvolse-hubzilla-9768adf719dffc59c1f2c7f0d4b2b932fcf9b142.tar.gz
volse-hubzilla-9768adf719dffc59c1f2c7f0d4b2b932fcf9b142.tar.bz2
volse-hubzilla-9768adf719dffc59c1f2c7f0d4b2b932fcf9b142.zip
testing
Diffstat (limited to 'js')
-rw-r--r--js/main.js4
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'));
});