needs to be done out of openTab() too

This commit is contained in:
Naim2000 2023-08-19 20:45:40 -05:00
parent 667e700f3f
commit 2ff99683c8

View file

@ -113,6 +113,8 @@ To organize the games on your drive properly, you'll need to use [Wii Backup Man
let tabcontent = document.getElementsByClassName("blanktabcontent");
let tablinks = document.getElementsByClassName("tablinks");
for (e of tabcontent) element.style.display = "none";
function openTab(evt, tabName) {
let element;