mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
/*
|
|
Closes the hamburger menu when a link is clicked.
|
|
*/
|
|
function close_menu() {
|
|
document.getElementById("menu-controller").checked = false;
|
|
}
|