Skip to content

Commit 1551783

Browse files
committed
Fix archive site display
1 parent 0104119 commit 1551783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/01-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
if (versionData === currentVersionData) {
709709
addCurrentVersionIndicator(navVersionOption, 'tooltip-dot-nav-version')
710710
}
711-
if (versionData === currentVersionData) {
711+
if (!isArchiveSite() && versionData === currentVersionData) {
712712
currentNavGroup.appendChild(navVersionOption)
713713
} else {
714714
catchallNavGroup.appendChild(navVersionOption)

0 commit comments

Comments
 (0)