mobile hackery
This commit is contained in:
@@ -5,7 +5,7 @@ class Config {
|
||||
}
|
||||
|
||||
async init() {
|
||||
const configFileLocation = "js/config.json";
|
||||
const configFileLocation = "./js/config.json";
|
||||
|
||||
try {
|
||||
const response = await fetch(configFileLocation);
|
||||
|
||||
Reference in New Issue
Block a user