Add confirmation alert
All checks were successful
Gitea Actions Demo / build (push) Successful in 2m13s

This commit is contained in:
2025-08-29 10:11:57 -06:00
parent a4dbfa54bd
commit 9ee4f78e4b

View File

@@ -12,6 +12,7 @@
navigator.clipboard.writeText(markdownContent);
markdownContent.select();
document.execCommand("Copy");
alert("Copied to clipboard!");
}
function startup() {
const el = document.getElementById("markdown");