From 7a259d4acb0f038a3ac6af899260faaa3037b634 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 23 Nov 2011 14:03:53 -0800 Subject: ensure comment counts update after refactor of collapsed comments --- js/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') diff --git a/js/main.js b/js/main.js index 9741bfaec..35cb75c05 100644 --- a/js/main.js +++ b/js/main.js @@ -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() { -- cgit v1.2.3