summaryrefslogtreecommitdiff
path: root/wwwroot/js/mobile.js
blob: 769f435cc2ad2dc667a62e996d5d0be86503324a (plain)
1
2
3
function toggleMobileMenu() {
    document.getElementById("mobile-menu").classList.toggle("hidden");
}