Skip to content

Commit

Permalink
QA: External Links broken
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 16, 2025
1 parent a9f5a0a commit b027f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ function loadTopTabEnd(options) {

var hideTabId = tabElementId.substring(0, tabElementId.length - 9);

if (hideTabId) {
if (hideTabId && hideTabId != '#') {
$(hideTabId).addClass('selected');
}
} else if (tabElement.parents('.submenuoptions').length > 0) {
Expand Down

0 comments on commit b027f6a

Please sign in to comment.