MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / toggleMenu

Function toggleMenu

webUi/scripts.js:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function _(e) { return document.getElementById(e); }
2function toggleMenu(){_('menu').classList.toggle('open')}
3function toggleRow(b){const r=b.closest('tr').nextElementSibling;r.style.display=r.style.display==='none'?'table-row':'none'}
4const editableExts = new Set(['txt','ini','conf','c','cpp','h','hpp','js','css','htm','html','ts']);
5function isEditable(name) { return editableExts.has(name.split('.').pop().toLowerCase()); }

Callers

nothing calls this directly

Calls 1

_Function · 0.85

Tested by

no test coverage detected