Untitled
unknown
plain_text
10 months ago
253 B
7
Indexable
document.addEventListener("DOMContentLoaded", function () {
const button = document.querySelector("button.open");
if (button) {
button.addEventListener("click", function () {
alert("Wallet connecté !");
});
}
});Editor is loading...
Leave a Comment