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

Function showNonZipPanel

public/js/fileListView.js:4759–4763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4757}
4758
4759function showNonZipPanel() {
4760 const panel = ensureNonZipDownloadPanel();
4761 updateNonZipPanelText();
4762 panel.style.display = 'block';
4763}
4764
4765function hideNonZipPanel() {
4766 const panel = ensureNonZipDownloadPanel();

Callers 1

Calls 2

updateNonZipPanelTextFunction · 0.85

Tested by

no test coverage detected