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