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

Function hideNonZipPanel

public/js/fileListView.js:4765–4768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4763}
4764
4765function hideNonZipPanel() {
4766 const panel = ensureNonZipDownloadPanel();
4767 panel.style.display = 'none';
4768}
4769
4770function clearNonZipQueue(showToastCancel = false) {
4771 window.__nonZipDownloadQueue = [];

Callers 2

clearNonZipQueueFunction · 0.85

Calls 1

Tested by

no test coverage detected