s
This commit is contained in:
parent
7d82370fb2
commit
0342b94d0a
1 changed files with 1 additions and 1 deletions
|
@ -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: () => {}})
|
||||
})
|
Loading…
Reference in a new issue