cleaned up a little
This commit is contained in:
parent
d46e82d004
commit
bb325cbf6b
1 changed files with 3 additions and 2 deletions
|
|
@ -39,8 +39,9 @@
|
|||
$(' .comment_set li:last', post ).before(
|
||||
$(html).fadeIn("fast", function(){})
|
||||
);
|
||||
$('.show_post_comments', post).html(
|
||||
$('.show_post_comments', post).html().replace(/\d/,$('.comment_set', post)[0].childElementCount -1));
|
||||
toggler = $('.show_post_comments', post)
|
||||
toggler.html(
|
||||
toggler.html().replace(/\d/,$('.comment_set', post)[0].childElementCount -1));
|
||||
}
|
||||
|
||||
function processPost(className, html){
|
||||
|
|
|
|||
Loading…
Reference in a new issue