From 8e3e745c2a8e9f1db6d15a67829b2aa320731c3f Mon Sep 17 00:00:00 2001 From: sageman_ Date: Sat, 3 Jul 2021 16:48:50 +0200 Subject: Preserve reply and report window states Especially important since auto-reload gets rid of what you wrote without this patch except for those who use the classic reply form. However, this introduces a lot of bloat to the code and a lot of data kept on the client-side. Perhaps we could implement a no JavaScript version? Also semicolons because apparently JavaScript is *this* forgiving. --- static/bottom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/bottom.html') diff --git a/static/bottom.html b/static/bottom.html index db9606d..994ad89 100644 --- a/static/bottom.html +++ b/static/bottom.html @@ -4,7 +4,7 @@
- +

@@ -27,7 +27,7 @@
- + -- cgit v1.2.3