From cd81dcfc9dec6e6a81a2448f295f8e30b1148bd3 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 24 Nov 2011 17:00:20 -0800 Subject: [PATCH] nasty stuff... --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)