aboutsummaryrefslogtreecommitdiff
path: root/http/public/scripts
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 18:37:15 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 18:37:15 +0100
commit29fa8302891828ded18f2ceedcb609e0efe9a631 (patch)
treed987973dcad05e3f2e14d1f9ac21d372b84dd744 /http/public/scripts
parent5425422d63a02491eb8e23fd4aa93832b2731b53 (diff)
toggle button after correctlyHEADmain
Diffstat (limited to 'http/public/scripts')
-rw-r--r--http/public/scripts/feed-condense-content.js2
1 files changed, 1 insertions, 1 deletions
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();