Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions MerlinAU.asp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script language="JavaScript" type="text/javascript">

/**----------------------------**/
/** Last Modified: 2025-Apr-02 **/
/** Last Modified: 2025-Apr-09 **/
/** Intended for 1.4.x Release **/
/**----------------------------**/

Expand Down Expand Up @@ -2684,7 +2684,7 @@ function initializeCollapsibleSections()
<td>
<div style="display: inline-block;">
<input type="password" id="routerPassword" name="routerPassword" placeholder="Enter password"
style="width: 278px; display: inline-block; margin-left:2px; margin-top:3px;" maxlength="64"
style="width: 275px; display: inline-block; margin-left:2px; margin-top:3px;" maxlength="64"
onKeyPress="return validator.isString(this, event)"
onblur="ValidatePasswordString(this,'onBLUR')"
onkeyup="ValidatePasswordString(this,'onKEYUP')"/>
Expand Down Expand Up @@ -2784,7 +2784,7 @@ function initializeCollapsibleSections()
<div id="fwCronScheduleHOUR">
<span style="margin-left:1px; margin-top:10px; font-size: 12px; font-weight: bolder;">Hour:</span>
<input type="text" autocomplete="off" autocapitalize="off" data-lpignore="true"
style="width: 7%; margin-left: 20px; margin-top:10px; margin-bottom:7px" maxlength="2"
style="width: 7%; margin-left: 19px; margin-top:10px; margin-bottom:7px" maxlength="2"
id="fwScheduleHOUR" name="fwScheduleHOUR" value="0"
onKeyPress="return validator.isNumber(this,event)"
onkeyup="ValidateFWUpdateTime(this,'HOUR')"
Expand Down Expand Up @@ -2881,7 +2881,7 @@ function initializeCollapsibleSections()
</label>
</td>
<td>
<select id="rogFWBuildType" name="rogFWBuildType" style="width: 20%;" onchange="handleTUFROGChange(this)">
<select id="rogFWBuildType" name="rogFWBuildType" style="width: 21%;" onchange="handleTUFROGChange(this)">
<option value="ROG">ROG</option>
<option value="Pure">Pure</option>
</select>
Expand All @@ -2899,7 +2899,7 @@ function initializeCollapsibleSections()
</label>
</td>
<td>
<select id="tuffFWBuildType" name="tuffFWBuildType" style="width: 20%;" onchange="handleTUFROGChange(this)">
<select id="tuffFWBuildType" name="tuffFWBuildType" style="width: 21%;" onchange="handleTUFROGChange(this)">
<option value="TUF">TUF</option>
<option value="Pure">Pure</option>
</select>
Expand Down
Loading