mirror of
https://github.com/wled/WLED.git
synced 2025-07-10 04:16:36 +00:00
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.
This commit is contained in:
parent
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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user