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