From 4fcbf574bf18db980c6ef549a944914f65ab5803 Mon Sep 17 00:00:00 2001 From: Snakes Date: Tue, 29 Nov 2022 14:12:59 -0500 Subject: [PATCH] Fix scrolling on posts with "chat" in title. --- files/templates/util/html_head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 6d9fde8d1..d9f9316af 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -146,7 +146,7 @@ {% endif %} - {% if 'chat' in request.path %} + {% if request.path == '/chat' %} {% if IS_LOCALHOST %} {% else %}