mirror of
https://github.com/friendica/friendica
synced 2025-04-23 02:30:20 +00:00
ensure comment counts update after refactor of collapsed comments
This commit is contained in:
parent
335c0cddcf
commit
7a259d4acb
3 changed files with 3 additions and 2 deletions
|
@ -246,6 +246,7 @@
|
|||
$('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago'));
|
||||
if($('#' + ident + ' ' + '.comment-edit-text-empty').length)
|
||||
$('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper'));
|
||||
$('#' + ident + ' ' + '.hide-comments-total').replaceWith($(this).find('.hide-comments-total'));
|
||||
$('#' + ident + ' ' + '.wall-item-like').replaceWith($(this).find('.wall-item-like'));
|
||||
$('#' + ident + ' ' + '.wall-item-dislike').replaceWith($(this).find('.wall-item-dislike'));
|
||||
$('#' + ident + ' ' + '.my-comment-photo').each(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue