Update index.html
This commit is contained in:
parent
336252b20c
commit
1bfea01043
|
@ -302,7 +302,7 @@
|
|||
var x = document.querySelector("#legacy_hardware");
|
||||
var y = document.querySelector("#show_legacy_hardware");
|
||||
if (x.style.display === "none") {
|
||||
x.style.display = "block";
|
||||
x.style.display = "flex";
|
||||
y.innerHTML = "hide legacy hardware »";
|
||||
} else {
|
||||
x.style.display = "none";
|
||||
|
|
Loading…
Reference in New Issue