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:
Will Miles 2025-03-23 15:20:16 -04:00
parent 22e2b6f3c5
commit 36cb1cad36

View File

@ -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 => {