Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-maghooli authored Apr 19, 2024
1 parent 9f6ddea commit a3e6a2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ window.onload = function() {



<script>
function validateForm() {
var name = document.getElementById("name").value;
var email = document.getElementById("email").value;
Expand All @@ -302,7 +301,6 @@ function validateForm() {
return false;
}
}
</script>



Expand Down

0 comments on commit a3e6a2e

Please sign in to comment.