aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-02-23 20:11:07 +0100
committerstonedDiscord <Tukz@gmx.de>2021-02-23 20:11:07 +0100
commit6c1b16f78448d3eb4f73cf4cad2e613afb4af48d (patch)
tree97d53a53588cb257fa0c01249cc3176efdd03cd5 /webAO/client.js
parentda303e256b03f184c40cf939b197f4a35b1ebce6 (diff)
this didn't work without messing with about:config
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 08bc3ec..68101e2 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -35,7 +35,7 @@ const serverIP = queryDict.ip;
let mode = queryDict.mode;
// Unless there is an asset URL specified, use the wasabi one
-const DEFAULT_HOST = location.hostname ? "https://bafybeicndnzjokdlnf4ooigvkav7clnvkll3pbigifw5td6inhbrindue4.ipfs.dweb.link/" : "base/";
+const DEFAULT_HOST = "https://bafybeicndnzjokdlnf4ooigvkav7clnvkll3pbigifw5td6inhbrindue4.ipfs.dweb.link/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";