Browse Source

remove obsolet if

pull/345/head
DanielR92 3 years ago
parent
commit
b7a95a6ac6
  1. 4
      tools/esp8266/html/setup.html

4
tools/esp8266/html/setup.html

@ -251,8 +251,8 @@
}
function parseSun(obj) {
document.getElementsByName("sunDisNightCom")[0].checked = obj["disnightcom"] ? true : false;
document.getElementsByName("sunLat")[0].value = obj["lat"];
document.getElementsByName("sunDisNightCom")[0].checked = obj["disnightcom"];
document.getElementsByName("sunLat")[0].value = obj["lat"];
document.getElementsByName("sunLon")[0].value = obj["lon"];
}

Loading…
Cancel
Save