Comment toggle now applies to socketed posts
This commit is contained in:
parent
340a57ea6d
commit
2b0659e21d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ $(document).ready(function(){
|
|||
|
||||
// in field label plugin
|
||||
|
||||
$(".show_post_comments").click( function() {
|
||||
$(".show_post_comments").live('click', function() {
|
||||
if( $(this).hasClass( "visible" )) {
|
||||
$(this).html($(this).html().replace("hide", "show"));
|
||||
$(this).parents("li").children(".comments").fadeOut(100);
|
||||
|
|
|
|||
Loading…
Reference in a new issue