Remove verse reference from copied text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
George Powell
2026-02-22 23:19:48 -05:00
parent ba45cbdc37
commit 087a476df8

View File

@@ -53,12 +53,7 @@
}); });
function copyVerse() { function copyVerse() {
const fullReference = dailyVerse.reference.replace( navigator.clipboard.writeText(displayVerseText).then(() => {
/^Psalms /,
"Psalm ",
);
const textToCopy = `"${displayVerseText}" — ${fullReference}`;
navigator.clipboard.writeText(textToCopy).then(() => {
copied = true; copied = true;
(window as any).rybbit?.event("Copy Verse"); (window as any).rybbit?.event("Copy Verse");
setTimeout(() => { setTimeout(() => {