uploads backend first

This commit is contained in:
Alex
2023-03-13 14:20:03 +00:00
parent a44cde33ed
commit 1d2162705d
25 changed files with 1600 additions and 18 deletions

View File

@@ -71,4 +71,6 @@ function submitForm(event){
});
}
window.addEventListener('submit',submitForm)
//window.addEventListener('submit',submitForm)
// rewrite using id = button-submit
document.getElementById("button-submit").addEventListener('click',submitForm)