]> git.mxchange.org Git - friendica.git/commitdiff
testing
authorfriendica <info@friendica.com>
Thu, 15 Dec 2011 00:43:37 +0000 (16:43 -0800)
committerfriendica <info@friendica.com>
Thu, 15 Dec 2011 00:43:37 +0000 (16:43 -0800)
js/main.js

index 8421deb567d907b8100a2ff000b214292c53b9cc..2c8a8fad1cbd49e326986c355addfcb7f46001b7 100644 (file)
 
                        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'));
                                                });