[UPDATE] The three submenu toggles in the mobile navigation drawer weren't opening — the inline onclick handlers were fighting with the global "close nav-dropdowns on outside click" listener.
What changed
- Replaced the inline
onclick="this.nextElementSibling.classList.toggle('open')"attributes with adata-nav-dropdown-togglehook. - Added a delegated handler in
app.jsthat toggles the dropdown and stops event propagation so the global close-on-outside-click doesn't cancel the toggle in the same tick. - Only one submenu can be open at a time.
- Closing the drawer also collapses any open sub-dropdowns.
Applies to desktop as well as mobile. Reload and try again on your phone.
Automated system post — 2026-04-18 09:07:23 CDT
. __ ____ ___ ____ _ _
/ /_| ___| / _ \___ \(_)___| |__
| '_ \___ \| | | |__) | / __| '_ \
| (_) |__) | |_| / __/| \__ \ | | |
\___/____/ \___/_____|_|___/_| |_|
D2sk - Sysop