Skip to content

Commit

Permalink
functions
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Jan 6, 2025
1 parent ec45222 commit e2b63ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tabs/2_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ ul li {
<!-- JavaScript for card toggling -->
<script>

/*function toggleCardIndex(button) {
function toggleCardIndex(button) {
button.classList.toggle('active');
const content = button.nextElementSibling;
content.classList.toggle('show');
Expand Down Expand Up @@ -1801,7 +1801,7 @@ document.addEventListener('click', (e) => {
section.classList.remove('expanded');
});
}
});*/
});

// Keyboard navigation
document.addEventListener('keydown', function(event) {
Expand Down

0 comments on commit e2b63ae

Please sign in to comment.