diff --git a/templates/_layout/comments.twig b/templates/_layout/comments.twig index 626611a2..6afe561d 100644 --- a/templates/_layout/comments.twig +++ b/templates/_layout/comments.twig @@ -175,7 +175,7 @@ {{ comments_entry(comment, 1, category, user, perms) }} {% endfor %} {% else %} -
+
There are no comments yet.
{% endif %} @@ -489,6 +489,9 @@ parent.insertBefore(commentElement, parent.firstElementChild); timeago().render(commentTime); + + var placeholder = document.getElementById('_no_comments_notice_' + comment.category_id); + placeholder.parentNode.removeChild(placeholder); } {% endif %}