fix; move function to another file

This commit is contained in:
Wen Junhua
2023-11-25 12:46:52 +08:00
parent a785bb0dbf
commit 8ae115e95c
4 changed files with 12 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
/*
Closes the hamburger menu when a link is clicked.
*/
function close_menu() {
document.getElementById('menu-controller').checked=false
}