From 1bfea01043994c642cf32d62ede75e55330f0834 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Wed, 4 Dec 2024 11:38:27 -0500 Subject: [PATCH] Update index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index ae04336..44c7612 100644 --- a/static/index.html +++ b/static/index.html @@ -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";