hdmi_
This commit is contained in:
parent
c3e0a1c164
commit
01eb76ec27
|
|
@ -413,10 +413,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
|
|
||||||
document.getElementById("colorReset").onclick = () => {
|
document.getElementById("colorReset").onclick = () => {
|
||||||
const defaults = {
|
const defaults = {
|
||||||
brightness: 0,
|
hdmi_brightness: 0,
|
||||||
contrast: 1,
|
hdmi_contrast: 1,
|
||||||
saturation: 1,
|
hdmi_saturation: 1,
|
||||||
hue: 0
|
hdmi_hue: 0
|
||||||
};
|
};
|
||||||
for (const id in defaults) {
|
for (const id in defaults) {
|
||||||
const el = document.getElementById(id);
|
const el = document.getElementById(id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue