Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 0d3671a commit abe20ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
</body>

<script>

// Open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.width = "100%";
Expand All @@ -47,7 +46,6 @@
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}

</script>

</body>
Expand Down

0 comments on commit abe20ce

Please sign in to comment.