Fix navigation bug
This commit is contained in:
parent
6c1d0c7672
commit
13f1f03462
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue