This commit is contained in:
parent
61f0359938
commit
984ddc75bc
|
|
@ -40,7 +40,6 @@ function fetchSettings() {
|
||||||
fetch("/configuration.json")
|
fetch("/configuration.json")
|
||||||
.then((response) => response.json())
|
.then((response) => response.json())
|
||||||
.then((settings) => {
|
.then((settings) => {
|
||||||
console.log("Loaded Settings: ", settings);
|
|
||||||
loadSettings(settings);
|
loadSettings(settings);
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue