Skip to content

Commit

Permalink
fix disease nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
gstein314 committed Nov 15, 2023
1 parent 4f0e970 commit 11bf85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/disease.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ function switchingDisplayContents(selectedItemId) {
}

function selectedItem() {
const links = document.querySelectorAll('.nav-link');
const links = document.querySelectorAll('#temp-side-navigation .nav-link');

links.forEach((link) => {
link.addEventListener('click', (event) => {
Expand Down

0 comments on commit 11bf85f

Please sign in to comment.