summaryrefslogtreecommitdiff
path: root/wwwroot/js/mobile.js
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-04-08 03:58:07 +1000
committerJake Mannens <jake@asger.xyz>2026-04-08 03:58:07 +1000
commit23bc4d5d0e2e0e5172f539242e78cf86ddd05a92 (patch)
treee01cfa7f8de40e7189e3b64fde6275640010e355 /wwwroot/js/mobile.js
parent0d517e182dcf97e9fe46f6524f1d116ca5a94929 (diff)
v0.7av0.7a
Diffstat (limited to 'wwwroot/js/mobile.js')
-rw-r--r--wwwroot/js/mobile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/wwwroot/js/mobile.js b/wwwroot/js/mobile.js
new file mode 100644
index 0000000..769f435
--- /dev/null
+++ b/wwwroot/js/mobile.js
@@ -0,0 +1,3 @@
+function toggleMobileMenu() {
+ document.getElementById("mobile-menu").classList.toggle("hidden");
+}