aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/fetchLists.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-03 14:20:28 +0200
committerstonedDiscord <Tukz@gmx.de>2025-09-03 14:20:28 +0200
commit035951baf3819f56093f7156b345689aa5093f28 (patch)
tree9347303eaa9daad5e10420ab1d90e24593c70df1 /webAO/client/fetchLists.ts
parentc9dd3b460d81923b89795bf4e220dd7095584c04 (diff)
remove failed manifesto
Diffstat (limited to 'webAO/client/fetchLists.ts')
-rw-r--r--webAO/client/fetchLists.ts9
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`);