From 4684d08764f17f4c9b0242220f0388fb30ff30e9 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 1 Oct 2024 16:38:30 +0200 Subject: [PATCH] thread.html: prefer href="#" for scrolling to the top --- templates/thread.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/thread.html b/templates/thread.html index 11b7ab83..c58eafa4 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -31,7 +31,6 @@
{{ boardlist.top }}
-
{% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %}
@@ -72,7 +71,7 @@