Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Sep 10, 2024
1 parent 2f8862f commit fdaa7df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/js/miscellaneous.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function tabFunctionality() {
})

function openTab(active) {
console.log(active);
let label = active.parentElement.getAttribute('label');
let index = Array.from(active.parentElement.children).indexOf(active)+1;
// Remove active classes from tabs with matching labels
Expand Down

0 comments on commit fdaa7df

Please sign in to comment.