diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-15 18:37:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-15 18:37:15 +0100 |
| commit | 29fa8302891828ded18f2ceedcb609e0efe9a631 (patch) | |
| tree | d987973dcad05e3f2e14d1f9ac21d372b84dd744 /http/public/scripts/feed-condense-content.js | |
| parent | 5425422d63a02491eb8e23fd4aa93832b2731b53 (diff) | |
Diffstat (limited to 'http/public/scripts/feed-condense-content.js')
| -rw-r--r-- | http/public/scripts/feed-condense-content.js | 2 |
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(); |
