🔀 Merge pull request #705 from Jh123x/fix/460/close-menu-on-site-click

fix: close menu button on click
This commit is contained in:
James Panther
2023-11-27 19:12:17 +11:00
committed by GitHub
5 changed files with 13 additions and 1 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
}