MCPcopy Create free account
hub / github.com/error311/FileRise / open

Function open

public/js/main.js:1547–1547  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1545
1546 function wireFolderButtons() {
1547 const open = (id) => { const m = document.getElementById(id); if (m) m.style.display = 'block'; };
1548
1549 const moveBtn = document.getElementById('moveFolderBtn');
1550 if (moveBtn && !moveBtn.__bound) {

Callers 1

wireFolderButtonsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected