static: remove old index.html + index2.html implementations
This commit is contained in:
parent
857638e9db
commit
170324134a
5 changed files with 0 additions and 425 deletions
|
@ -1,12 +0,0 @@
|
|||
function switchTab(event, tabname) {
|
||||
for (let tab in document.getElementsByClassName("tab")) {
|
||||
tab.style.display = "none";
|
||||
}
|
||||
for (let button in document.getElementsByClassName("tablink")) {
|
||||
button.className = button.className.replace(" active", "");
|
||||
}
|
||||
|
||||
|
||||
document.getElementById(tabname).style.display = "block";
|
||||
event.currentTarget.className += " active";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue