enabled screensaver settings
This commit is contained in:
parent
ca878608d9
commit
14f5dd97b1
@ -3614,10 +3614,10 @@ function saveScreensaverSettings() {
|
||||
};
|
||||
|
||||
console.log(settings);
|
||||
// fetch("/saveSchedulerSettings", {
|
||||
// method: "POST",
|
||||
// body: JSON.stringify(settings),
|
||||
// });
|
||||
fetch("/saveScreensaverSettings", {
|
||||
method: "POST",
|
||||
body: JSON.stringify(settings),
|
||||
});
|
||||
document.getElementById('screensaver-saved').style.display = "block";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user