edging
This commit is contained in:
parent
c0e6d30166
commit
93491b73a1
@ -5,4 +5,7 @@ async function copyToClipboard(){
|
|||||||
//im too lazy to go make a proper hovertext thing, il do it later
|
//im too lazy to go make a proper hovertext thing, il do it later
|
||||||
alert("Copied!")
|
alert("Copied!")
|
||||||
}
|
}
|
||||||
|
function silly(){
|
||||||
copyButton.addEventListener("click",copyToClipboard)
|
copyButton.addEventListener("click",copyToClipboard)
|
||||||
|
}
|
||||||
|
window.setTimeout(silly, 100);
|
Loading…
x
Reference in New Issue
Block a user