From 93491b73a10cb676692d9851fa90656ddfebe083 Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Mon, 2 Dec 2024 18:54:59 -0800 Subject: [PATCH] edging --- js/copy.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/copy.js b/js/copy.js index 5de20a8..28f1532 100644 --- a/js/copy.js +++ b/js/copy.js @@ -5,4 +5,7 @@ async function copyToClipboard(){ //im too lazy to go make a proper hovertext thing, il do it later alert("Copied!") } -copyButton.addEventListener("click",copyToClipboard) \ No newline at end of file +function silly(){ + copyButton.addEventListener("click",copyToClipboard) +} +window.setTimeout(silly, 100); \ No newline at end of file