Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
tramcrazy authored Mar 1, 2024
1 parent 2faf1d4 commit 003f2e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*function submitForm() {
let form = document.getElementById("mainForm");
let formData = new FormData(form)
let submitButton = document.getElementById("submitButton");
submitButton.disabled = true;
submitButton.innerHTML = "Please wait...";
}*/
//mainForm = document.getElementById("mainForm");
mainForm.onsubmit = async (e) => {
e.preventDefault();
let submitButton = document.getElementById("submitButton");
Expand Down

0 comments on commit 003f2e3

Please sign in to comment.