From be0c8db2bbaf9eeb2c9067c6ced893c7542d67b1 Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Sun, 8 Dec 2024 19:16:51 -0800 Subject: [PATCH] oops --- js/copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/copy.js b/js/copy.js index 790f067..94f49fe 100644 --- a/js/copy.js +++ b/js/copy.js @@ -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!") }