From e91e7c25ebbf3526a149c7670eb8f05b2d34da48 Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Sun, 27 Jul 2025 14:38:49 -0400 Subject: [PATCH] Tinkering with a more elagent notice when copying the crypto address to clipboard --- app.js | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 9aaaa4d..4877081 100644 --- a/app.js +++ b/app.js @@ -130,5 +130,5 @@ document.querySelector("#doge-qr-link a").addEventListener("click", function(){ // btcwall.insertAdjacentHTML("afterend", "
Copied
"); // setTimeout(() => { // document.querySelector("#btc-js-copy").remove(); -// }, 2000); +// }, 10000); //}); \ No newline at end of file diff --git a/style.css b/style.css index f5d1070..c1c4606 100644 --- a/style.css +++ b/style.css @@ -620,4 +620,4 @@ details.value-block ul li { details.value-block ul li img { margin-left:auto; margin-right:auto; -} +} \ No newline at end of file