nasty stuff...
This commit is contained in:
parent
dcb209152d
commit
cd81dcfc9d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@
|
||||||
$('#' + prev).after($(this));
|
$('#' + prev).after($(this));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$('.wall-item-outside-wrapper').each(function() {
|
$(this).find('.wall-item-outside-wrapper').each(function() {
|
||||||
var iident = $(this).attr('id');
|
var iident = $(this).attr('id');
|
||||||
$('#' + iident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago'));
|
$('#' + iident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago'));
|
||||||
if($('#' + iident + ' ' + '.comment-edit-text-empty').length)
|
if($('#' + iident + ' ' + '.comment-edit-text-empty').length)
|
||||||
|
|
Loading…
Reference in a new issue