needs to be done out of openTab() too
This commit is contained in:
parent
667e700f3f
commit
2ff99683c8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue