Skip to content

Commit 94e6ac3

Browse files
Update MerlinAU.asp
Minor fix to the color for the "Changelog Approval" value when set to DISABLED.
1 parent 8d198e7 commit 94e6ac3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MerlinAU.asp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<script language="JavaScript" type="text/javascript">
3030
3131
/**----------------------------**/
32-
/** Last Modified: 2025-Jan-08 **/
32+
/** Last Modified: 2025-Jan-10 **/
3333
/** Intended for 1.4.0 Release **/
3434
/**----------------------------**/
3535
@@ -193,7 +193,7 @@ function handleROGFWBuildTypeVisibility()
193193
}
194194
195195
/**----------------------------------------**/
196-
/** Modified by Martinski W. [2025-Jan-05] **/
196+
/** Modified by Martinski W. [2025-Jan-10] **/
197197
/**----------------------------------------**/
198198
function initializeFields()
199199
{
@@ -387,7 +387,7 @@ function initializeFields()
387387
else if (approvalStatus === "APPROVED")
388388
{ changelogApprovalElement.innerHTML = InvGRNct + approvalStatus + InvCLEAR; }
389389
else // Handle unexpected values gracefully //
390-
{ changelogApprovalElement.innerHTML = REDct + approvalStatus + NOct; }
390+
{ changelogApprovalElement.innerHTML = InvREDct + approvalStatus + InvCLEAR; }
391391
}
392392
393393
// **Control "Approve Changelog" Button State**

0 commit comments

Comments
 (0)