diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-09-03 14:20:28 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-09-03 14:20:28 +0200 |
| commit | 035951baf3819f56093f7156b345689aa5093f28 (patch) | |
| tree | 9347303eaa9daad5e10420ab1d90e24593c70df1 /webAO/client | |
| parent | c9dd3b460d81923b89795bf4e220dd7095584c04 (diff) | |
remove failed manifesto
Diffstat (limited to 'webAO/client')
| -rw-r--r-- | webAO/client/fetchLists.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webAO/client/fetchLists.ts b/webAO/client/fetchLists.ts index d391fac..2f2fd59 100644 --- a/webAO/client/fetchLists.ts +++ b/webAO/client/fetchLists.ts @@ -58,15 +58,6 @@ export const fetchEvidenceList = async () => { } }; -export const fetchManifest = async () => { - try { - const manifestdata = await request(`${AO_HOST}manifest.txt`); - client.manifest = manifestdata.split(/\r\n|\n\r|\n|\r/); - } catch (err) { - console.warn("there was no manifest.txt file"); - } -}; - export const fetchExtensions = async () => { try { const extensiondata = await request(`${AO_HOST}extensions.json`); |
