Skip to content

Commit

Permalink
Partial fix for #1069: Links to open specific tabs on multi-nav page …
Browse files Browse the repository at this point in the history
…now work when link in on the same page
  • Loading branch information
FayCross committed Jan 20, 2022
1 parent 5131061 commit d26518d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -1834,6 +1834,8 @@ function x_navigateToPage(force, pageInfo, addHistory) { // pageInfo = {type, ID
if (page !== false) {
if (page != x_currentPage) {
x_changePage(page, addHistory);
} else {
x_doDeepLink();
}
} else {
x_deepLink = '';
Expand Down

0 comments on commit d26518d

Please sign in to comment.