From 7fe42fc104e6dff46acc1af35f538acae6bccdf0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 27 Nov 2022 22:36:36 +0200 Subject: [PATCH] fix ids in transparent theme --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 2f10f816b..fb1cef757 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -879,7 +879,7 @@
{% endif %} -{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v and 'SamsungBrowser' not in g.agent %} +{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v and 'SamsungBrowser' not in g.agent and v.theme != 'transparent' %}