kopia lustrzana https://github.com/Aircoookie/WLED
settings_um: Use live config
Use json/cfg for the usermod settings page. Should fix issues with outdated content when a new firmware is loaded.pull/4609/head
rodzic
22e2b6f3c5
commit
36cb1cad36
|
@ -13,7 +13,7 @@
|
|||
function S() {
|
||||
getLoc();
|
||||
// load settings and insert values into DOM
|
||||
fetch(getURL('/cfg.json'), {
|
||||
fetch(getURL('/json/cfg'), {
|
||||
method: 'get'
|
||||
})
|
||||
.then(res => {
|
||||
|
|
Ładowanie…
Reference in New Issue