Continue work on getting a working copy notice

This commit is contained in:
2025-07-28 11:41:52 -04:00
parent e91e7c25eb
commit e613e3d722

2
app.js
View File

@@ -127,7 +127,7 @@ document.querySelector("#doge-qr-link a").addEventListener("click", function(){
// // Copy BTC address to clipboard // // Copy BTC address to clipboard
// navigator.clipboard.writeText(btcadd); // navigator.clipboard.writeText(btcadd);
// // Display alert to confirm the address was added to clipboard // // Display alert to confirm the address was added to clipboard
// btcwall.insertAdjacentHTML("afterend", "<span class=\"crypto-js-copy\" id=\"btc-js-copy\"><br>Copied</span>"); // btcwall.insertAdjacentHTML("afterend", "<span id=\"btc-js-copy\" class=\"button button-v4v\" role=\"button\"><img class=\"icon\" aria-hidden=\"true\" src=\"images/icons/generic-bolt-icon.svg\" alt=\"\">Copied to Clipboard</span>");
// setTimeout(() => { // setTimeout(() => {
// document.querySelector("#btc-js-copy").remove(); // document.querySelector("#btc-js-copy").remove();
// }, 10000); // }, 10000);