File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/* *----------------------------------------**/
198198function 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**
You can’t perform that action at this time.
0 commit comments