This commit is contained in:
biglyderv 2025-04-04 11:40:25 -04:00
parent 7d82370fb2
commit 0342b94d0a
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -33,6 +33,6 @@ async function main(e) {
form.addEventListener('submit', main);
document.getElementById('.send').addEventListener('click',function() {
document.querySelector('.send').addEventListener('click',function() {
main({preventDefault: () => {}})
})