From b5f7a0c7aefb0f1d691d4ed9c2ab5f8383655e23 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 15 Dec 2022 15:36:54 -0600 Subject: [PATCH] watermark: disable temporarily --- files/templates/comments.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index feb95402a..f0ed37376 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -849,7 +849,8 @@
{% endif %} -{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v and 'SamsungBrowser' not in g.agent and not v.background and not (u and u.profile_background) %} +{# TODO: disabled pending fix #} +{% if false %}