Fix navigation bug

This commit is contained in:
cuom1999 2023-01-02 18:23:43 -06:00
parent 6c1d0c7672
commit 13f1f03462

View file

@ -75,7 +75,7 @@
}
function registerNavigation() {
const links = ['.pagination a', '.tabs a', '.problem-feed-option a'];
const links = ['.pagination a', '.tabs li a', '.problem-feed-option a'];
for (link of links) {
$(link).on('click', function(e) {
e.preventDefault();