Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 613b2d9 commit cb9c258
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@
document.getElementById("mySidebar").style.width = "100%";
document.getElementById("mySidebar").style.display = "block";
}

function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}

$(window).load(function() {
$('form').children('input:not(#submit)').val('')
}

</script>

0 comments on commit cb9c258

Please sign in to comment.