From 0342b94d0a314074169a10e4fea69aad74b5b38d Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 4 Apr 2025 11:40:25 -0400 Subject: [PATCH] s --- static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.js b/static/index.js index 20984f7..e6900da 100644 --- a/static/index.js +++ b/static/index.js @@ -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: () => {}}) }) \ No newline at end of file