This commit is contained in:
Sequoia Haynes 2024-12-08 19:16:51 -08:00
parent c47c83bef8
commit be0c8db2bb

View File

@ -5,7 +5,7 @@ function sillyToClipboard(value) {
}
async function copyToClipboard(){
//ik this function is deprecated, but the main clipboard api doesnt work for me
sillyToClipboard("ipField.value")
sillyToClipboard(ipField.value)
//im too lazy to go make a proper hovertext thing, il do it later
alert("Copied!")
}