diff --git a/daemon/web/src/lib/components/DownloadLink.svelte b/daemon/web/src/lib/components/DownloadLink.svelte index f42f586..d49f239 100644 --- a/daemon/web/src/lib/components/DownloadLink.svelte +++ b/daemon/web/src/lib/components/DownloadLink.svelte @@ -8,20 +8,16 @@ text: string; full_button?: boolean; } = $props(); - - function download() { - window.location.href = url; - } - + diff --git a/daemon/web/src/lib/components/ManifestTable.svelte b/daemon/web/src/lib/components/ManifestTable.svelte index c07ce04..b9c47c3 100644 --- a/daemon/web/src/lib/components/ManifestTable.svelte +++ b/daemon/web/src/lib/components/ManifestTable.svelte @@ -19,9 +19,7 @@