Skip to content

Commit

Permalink
fix navbar break
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjbest authored and hargoniX committed Sep 18, 2023
1 parent a088f64 commit cf072e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/expand-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ document.querySelector('.navframe').addEventListener('load', function() {
while (el) {
el.open = true;
el = el.parentNode.closest('details');
}}
// seeing as we found the link we were looking for, stop
break;
}
// seeing as we found the link we were looking for, stop
break;
}
}
}
});

0 comments on commit cf072e2

Please sign in to comment.