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