From 1fd100d28cd98df4a0d5181073db2c4b9c032620 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 15 Dec 2022 21:39:43 +0000 Subject: [PATCH] watermark: disable temporarily (#74) it's borked on most of the themes we need to do some proper checking will be reenabled and fixed by #46 Co-authored-by: justcool393 Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/74 Co-authored-by: justcool393 Co-committed-by: justcool393 --- 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 %}