From 104989551ad00feff25ddb1500e3cea723a1379c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 28 Jun 2021 00:49:05 +0200 Subject: run it with the backgrounds --- webAO/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index aebce9c..6f600b0 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -960,6 +960,7 @@ class Client extends EventEmitter { document.getElementById("areas").innerHTML = ""; this.fetchBackgroundList(); + this.fetchEvidenceList(); } async fetchBackgroundList() { @@ -1010,7 +1011,7 @@ class Client extends EventEmitter { evi_select.add(new Option(evi)); }); evidence_select.add(new Option("Custom", 0)); - + } catch (err) { console.warn("there was no evidence.json file"); } -- cgit