Tinkering with a more elagent notice when copying the crypto address to clipboard

This commit is contained in:
2025-07-27 14:38:49 -04:00
parent 4d5b88ec95
commit e91e7c25eb
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@@ -130,5 +130,5 @@ document.querySelector("#doge-qr-link a").addEventListener("click", function(){
// btcwall.insertAdjacentHTML("afterend", "<span class=\"crypto-js-copy\" id=\"btc-js-copy\"><br>Copied</span>"); // btcwall.insertAdjacentHTML("afterend", "<span class=\"crypto-js-copy\" id=\"btc-js-copy\"><br>Copied</span>");
// setTimeout(() => { // setTimeout(() => {
// document.querySelector("#btc-js-copy").remove(); // document.querySelector("#btc-js-copy").remove();
// }, 2000); // }, 10000);
//}); //});

View File

@@ -620,4 +620,4 @@ details.value-block ul li {
details.value-block ul li img { details.value-block ul li img {
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
} }