]> git.mxchange.org Git - friendica.git/commitdiff
nasty stuff...
authorfriendica <info@friendica.com>
Fri, 25 Nov 2011 01:00:20 +0000 (17:00 -0800)
committerfriendica <info@friendica.com>
Fri, 25 Nov 2011 01:00:20 +0000 (17:00 -0800)
js/main.js

index a61a253db80bb62df97388bde0842ca80116666b..1a8cb4b85e1b346d5bc5af911aba32d20d074029 100644 (file)
                                        $('#' + prev).after($(this));
                                }
                                else { 
-                                       $('.wall-item-outside-wrapper').each(function() {
+                                       $(this).find('.wall-item-outside-wrapper').each(function() {
                                                var iident = $(this).attr('id');
                                                $('#' + iident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago')); 
                                                if($('#' + iident + ' ' + '.comment-edit-text-empty').length)