From: friendica Date: Fri, 25 Nov 2011 01:00:20 +0000 (-0800) Subject: nasty stuff... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd81dcfc9dec6e6a81a2448f295f8e30b1148bd3;p=friendica.git nasty stuff... --- diff --git a/js/main.js b/js/main.js index a61a253db8..1a8cb4b85e 100644 --- a/js/main.js +++ b/js/main.js @@ -242,7 +242,7 @@ $('#' + 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)