Update app.js
This commit is contained in:
parent
61a2492c55
commit
884ff6b5fa
@ -2655,7 +2655,7 @@ function saveSchedulerSettings() {
|
|||||||
console.log(settings);
|
console.log(settings);
|
||||||
fetch("/saveSchedulerSettings", {
|
fetch("/saveSchedulerSettings", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: settings,
|
body: JSON.stringify(settings),
|
||||||
});
|
});
|
||||||
document.getElementById('saved').style.display = "block";
|
document.getElementById('saved').style.display = "block";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user