From ffec2fde8146c9fe39f98ec85df9bda9ca5bbf81 Mon Sep 17 00:00:00 2001
From: DjP-iX <133042991+DjP-iX@users.noreply.github.com>
Date: Tue, 26 Nov 2024 14:00:35 -0500
Subject: [PATCH] Update docs-nav.html
(cherry picked from commit 8632a03c93df4bccbc756fa573f0d702868ec6d4)
---
layouts/partials/docs-nav.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html
index 16b31003d5..c73ab88e82 100644
--- a/layouts/partials/docs-nav.html
+++ b/layouts/partials/docs-nav.html
@@ -138,8 +138,8 @@
} else if (path.includes('/13.0/')) {
versionButton.textContent = '13.0';
}
- else if (path.includes('/25.05/')) {
- versionButton.textContent = '25.05';
+ else if (path.includes('/25.04/')) {
+ versionButton.textContent = '25.04';
} else if (path.includes('/24.10/')) {
versionButton.textContent = '24.10';
} else if (path.includes('/24.04/')) {
@@ -150,7 +150,7 @@
versionButton.textContent = 'Archive';
} else {
// Default version if no specific path is matched
- versionButton.textContent = '25.05';
+ versionButton.textContent = '25.04';
}
versionUpdated = true;
} else if (path.includes('/truecommand/')) {
@@ -464,8 +464,8 @@
versionButton.innerHTML = '13.0 ';
} else if (currentPath.includes('/core/13.3/')) {
versionButton.innerHTML = '13.3 ';
- } else if (currentPath.includes('/scale/25.05/')) {
- versionButton.innerHTML = '25.05 ';
+ } else if (currentPath.includes('/scale/25.04/')) {
+ versionButton.innerHTML = '25.04 ';
} else if (currentPath.includes('/scale/24.10/')) {
versionButton.innerHTML = '24.10 ';
} else if (currentPath.includes('/scale/24.04/')) {
@@ -476,7 +476,7 @@
versionButton.innerHTML = '22.12 ';
} else {
// Default to latest version if no specific path is matched
- versionButton.innerHTML = '25.05 ';
+ versionButton.innerHTML = '25.04 ';
}
versionDropdown.style.display = 'none';