Skip to content

Commit 42bb8b1

Browse files
Update MerlinAU.asp
1 parent b017713 commit 42bb8b1

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
@@ -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')"/>
@@ -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)