diff --git a/files/templates/comments.html b/files/templates/comments.html index 7b31597a75..24f76369c1 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -88,7 +88,7 @@ {% if render_replies %} - {% if new_comment or level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %} + {% if new_comment or level<9 or request.path.startswith('/notifications') %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}} @@ -603,7 +603,7 @@ {% endif %} {% if render_replies %} - {% if new_comment or level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %} + {% if new_comment or level<9 or request.path.startswith('/notifications') %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}