nasty stuff...

This commit is contained in:
friendica 2011-11-24 17:00:20 -08:00
parent dcb209152d
commit cd81dcfc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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)