diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-06-28 00:49:05 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-06-28 00:49:05 +0200 |
| commit | 104989551ad00feff25ddb1500e3cea723a1379c (patch) | |
| tree | 7e944bfada095c294adc5f793a4c7d4de8cc5e60 /webAO | |
| parent | d3e45f1595816d64915441c526c2156cefd2d3fe (diff) | |
run it with the backgrounds
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 3 |
1 files changed, 2 insertions, 1 deletions
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"); } |
