MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / closeNav

Function closeNav

docs/script.js:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 const panel = document.querySelector("[data-nav-panel]");
5
6 const closeNav = () => {
7 body.classList.remove("nav-open");
8 if (toggle) {
9 toggle.setAttribute("aria-expanded", "false");
10 }
11 };
12
13 if (toggle && panel) {
14 toggle.addEventListener("click", () => {

Callers 1

script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected