fixed comment count update on comment posting
This commit is contained in:
parent
e946600ad4
commit
d6e9e9cca5
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ var WebSocketReceiver = {
|
|||
);
|
||||
}
|
||||
|
||||
var toggler = $('.show_post_comments', post);
|
||||
var toggler = $('.show_post_comments', post).parent();
|
||||
|
||||
if(toggler.length > 0){
|
||||
toggler.html(
|
||||
|
|
|
|||
Loading…
Reference in a new issue