Whitespace

This commit is contained in:
Tim Van Baak 2021-02-12 21:47:09 -08:00
parent 44d64e356c
commit d8f37f27f8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function selectTab(name) {
.forEach(e => e.classList.remove("tab-down"));
Array.from(document.getElementsByClassName("tab-page"))
.forEach(e => e.classList.remove("tab-page-selected"));
// Select the new tab and content
// Select the new tab and content
tab.classList.add("tab-down");
let content = document.getElementById(name + "-page");
content.classList.add("tab-page-selected");