Skip to content

Commit ffbfba1

Browse files
Merge pull request #456 from ExtremeFiretop/dev
Dev 1.4.2 as Next Stable Release
2 parents f96eca1 + 9f2b4e4 commit ffbfba1

File tree

4 files changed

+174
-113
lines changed

4 files changed

+174
-113
lines changed

MerlinAU.asp

Lines changed: 5 additions & 5 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-Apr-02 **/
32+
/** Last Modified: 2025-Apr-09 **/
3333
/** Intended for 1.4.x Release **/
3434
/**----------------------------**/
3535
@@ -2684,7 +2684,7 @@ function initializeCollapsibleSections()
26842684
<td>
26852685
<div style="display: inline-block;">
26862686
<input type="password" id="routerPassword" name="routerPassword" placeholder="Enter password"
2687-
style="width: 278px; display: inline-block; margin-left:2px; margin-top:3px;" maxlength="64"
2687+
style="width: 275px; display: inline-block; margin-left:2px; margin-top:3px;" maxlength="64"
26882688
onKeyPress="return validator.isString(this, event)"
26892689
onblur="ValidatePasswordString(this,'onBLUR')"
26902690
onkeyup="ValidatePasswordString(this,'onKEYUP')"/>
@@ -2784,7 +2784,7 @@ function initializeCollapsibleSections()
27842784
<div id="fwCronScheduleHOUR">
27852785
<span style="margin-left:1px; margin-top:10px; font-size: 12px; font-weight: bolder;">Hour:</span>
27862786
<input type="text" autocomplete="off" autocapitalize="off" data-lpignore="true"
2787-
style="width: 7%; margin-left: 20px; margin-top:10px; margin-bottom:7px" maxlength="2"
2787+
style="width: 7%; margin-left: 19px; margin-top:10px; margin-bottom:7px" maxlength="2"
27882788
id="fwScheduleHOUR" name="fwScheduleHOUR" value="0"
27892789
onKeyPress="return validator.isNumber(this,event)"
27902790
onkeyup="ValidateFWUpdateTime(this,'HOUR')"
@@ -2881,7 +2881,7 @@ function initializeCollapsibleSections()
28812881
</label>
28822882
</td>
28832883
<td>
2884-
<select id="rogFWBuildType" name="rogFWBuildType" style="width: 20%;" onchange="handleTUFROGChange(this)">
2884+
<select id="rogFWBuildType" name="rogFWBuildType" style="width: 21%;" onchange="handleTUFROGChange(this)">
28852885
<option value="ROG">ROG</option>
28862886
<option value="Pure">Pure</option>
28872887
</select>
@@ -2899,7 +2899,7 @@ function initializeCollapsibleSections()
28992899
</label>
29002900
</td>
29012901
<td>
2902-
<select id="tuffFWBuildType" name="tuffFWBuildType" style="width: 20%;" onchange="handleTUFROGChange(this)">
2902+
<select id="tuffFWBuildType" name="tuffFWBuildType" style="width: 21%;" onchange="handleTUFROGChange(this)">
29032903
<option value="TUF">TUF</option>
29042904
<option value="Pure">Pure</option>
29052905
</select>

0 commit comments

Comments
 (0)