Update index.html

This commit is contained in:
Paul Wieland 2024-12-04 11:38:27 -05:00
parent 336252b20c
commit 1bfea01043
1 changed files with 1 additions and 1 deletions

View File

@ -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";