We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e3b38 commit 2ab754aCopy full SHA for 2ab754a
web_src/js/features/repo-common.ts
@@ -32,7 +32,7 @@ async function onDownloadArchive(e: DOMEvent<MouseEvent>) {
32
}
33
34
export function initRepoArchiveLinks() {
35
- // when streaming is enabled, the links will work as-is without the need to wait until the archive is ready
+ // when archive streaming is enabled, the links will work natively without JS
36
if (!window.config.streamArchives) {
37
queryElems(document, 'a.archive-link[href]', (el) => el.addEventListener('click', onDownloadArchive));
38
0 commit comments