From 13f1f0346234ad3200b9ec777a1d404640264e03 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 2 Jan 2023 18:23:43 -0600 Subject: [PATCH] Fix navigation bug --- templates/three-column-content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/three-column-content.html b/templates/three-column-content.html index 0e89e36..d0964a7 100644 --- a/templates/three-column-content.html +++ b/templates/three-column-content.html @@ -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();