Skip to content

Commit 36cb1ca

Browse files
committed
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.
1 parent 22e2b6f commit 36cb1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/data/settings_um.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
function S() {
1414
getLoc();
1515
// load settings and insert values into DOM
16-
fetch(getURL('/cfg.json'), {
16+
fetch(getURL('/json/cfg'), {
1717
method: 'get'
1818
})
1919
.then(res => {

0 commit comments

Comments
 (0)