This commit is contained in:
devdatt 2026-02-19 11:40:52 +05:30
parent c3e0a1c164
commit 01eb76ec27
1 changed files with 4 additions and 4 deletions

View File

@ -413,10 +413,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
document.getElementById("colorReset").onclick = () => {
const defaults = {
brightness: 0,
contrast: 1,
saturation: 1,
hue: 0
hdmi_brightness: 0,
hdmi_contrast: 1,
hdmi_saturation: 1,
hdmi_hue: 0
};
for (const id in defaults) {
const el = document.getElementById(id);