MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / scripts.js

File scripts.js

webUi/scripts.js:None–None  ·  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']);

Callers

nothing calls this directly

Calls 3

_Function · 0.85
listFilesButtonFunction · 0.85
systemInfoFunction · 0.85

Tested by

no test coverage detected