MCPcopy Index your code
hub / github.com/AniList/docs / toggleNavigation

Function toggleNavigation

docs/scripts/toggle-navigation.js:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 var toggles = document.querySelectorAll('.js-toggle-navigation');
6
7 function toggleNavigation() {
8 navigation.classList.contains(ACTIVE_CLASS) ?
9 navigation.classList.remove(ACTIVE_CLASS) :
10 navigation.classList.add(ACTIVE_CLASS);
11 }
12
13 Array.prototype.forEach.call(
14 toggles,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected