From 29fa8302891828ded18f2ceedcb609e0efe9a631 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Sep 2026 18:37:15 +0100 Subject: toggle button after correctly --- http/public/scripts/feed-condense-content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http') diff --git a/http/public/scripts/feed-condense-content.js b/http/public/scripts/feed-condense-content.js index 5203517..984dbce 100644 --- a/http/public/scripts/feed-condense-content.js +++ b/http/public/scripts/feed-condense-content.js @@ -40,7 +40,7 @@ export function toggleContentExpanded(id) { "Tried to toggle 'Read more' button to say 'Read less' but could not find it", ); } else { - buttonAfter.textContent = "Read more"; + buttonAfter.textContent = "Read less"; } if (buttonBefore) { buttonBefore.remove(); -- cgit v1.2.3