diff --git a/files/templates/comments.html b/files/templates/comments.html index feb95402ab..f0ed373761 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 %}