Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
maa17019 committed Mar 22, 2021
2 parents 0c48c29 + ce9a266 commit 454e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week-9/working-web-form/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ let form = document.getElementById("my-form");
status.innerHTML = "Oops! There was a problem submitting your form"
});
}
form.addEventListener("submit", handleSubmit)
form.addEventListener("submit", handleSubmit);

0 comments on commit 454e5ed

Please sign in to comment.