enabled screensaver settings

This commit is contained in:
Justin 2023-08-22 22:25:08 +08:00 committed by GitHub
parent ca878608d9
commit 14f5dd97b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3614,10 +3614,10 @@ function saveScreensaverSettings() {
}; };
console.log(settings); console.log(settings);
// fetch("/saveSchedulerSettings", { fetch("/saveScreensaverSettings", {
// method: "POST", method: "POST",
// body: JSON.stringify(settings), body: JSON.stringify(settings),
// }); });
document.getElementById('screensaver-saved').style.display = "block"; document.getElementById('screensaver-saved').style.display = "block";
} }