mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
Update index.html
This commit is contained in:
parent
336252b20c
commit
1bfea01043
@ -302,7 +302,7 @@
|
|||||||
var x = document.querySelector("#legacy_hardware");
|
var x = document.querySelector("#legacy_hardware");
|
||||||
var y = document.querySelector("#show_legacy_hardware");
|
var y = document.querySelector("#show_legacy_hardware");
|
||||||
if (x.style.display === "none") {
|
if (x.style.display === "none") {
|
||||||
x.style.display = "block";
|
x.style.display = "flex";
|
||||||
y.innerHTML = "hide legacy hardware »";
|
y.innerHTML = "hide legacy hardware »";
|
||||||
} else {
|
} else {
|
||||||
x.style.display = "none";
|
x.style.display = "none";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user