diff --git a/BibleServerCli/data/www/chapter/index.html b/BibleServerCli/data/www/chapter/index.html index d84e0ac..4489767 100644 --- a/BibleServerCli/data/www/chapter/index.html +++ b/BibleServerCli/data/www/chapter/index.html @@ -161,7 +161,7 @@ const myUrl = new URL(window.location.href); myUrl.hash = `#verse-${i}`; card_footer_link.href = myUrl.toString(); - card_footer_link.click = (e)=>{ + card_footer_link.onclick = (e)=>{ e.preventDefault(); navigator.clipboard.writeText(myUrl.toString()); };