From 1a69b98b721e87c0a50d0f83ff202700ca3b4c55 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 30 Aug 2022 07:21:40 +0200 Subject: [PATCH] fix https://rdrama.net/post/98623/chris-chan-escaped/2605690?context=8#context --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 7b31597a7..24f76369c 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)}}