diff --git a/javascript/CommentsInterface.js b/javascript/CommentsInterface.js index 255b517..5d2d0c0 100755 --- a/javascript/CommentsInterface.js +++ b/javascript/CommentsInterface.js @@ -168,8 +168,8 @@ comment.fadeOut(1000, function() { comment.remove(); - if(commentsList.children().length === 0) { - noCommentsYet.show(); + if($('.comments-holder .comments-list').children().length === 0) { + $('.no-comments-yet').show(); } }); }