mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-28 11:12:39 -04:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
/*
|
|
Closes the hamburger menu when a link is clicked.
|
|
*/
|
|
function close_menu() {
|
|
document.getElementById('menu-controller').checked=false
|
|
} |