Skip to content

Commit 316ad42

Browse files
committed
Move nightly to the bottom of the list
1 parent a97c5b2 commit 316ad42

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

index.htm

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ <h2>Welcome to the WLED web installer!</h2>
2828
<!-- add new builds here -->
2929
<select id="ver" class="btn" onchange="resetCheckboxes();setManifest();">
3030

31-
<optgroup label="Nightly">
32-
<option data-manifest="bin/Beta/beta_0_15_0-b7/manifest.json"
33-
data-ethernet="bin/Beta/beta_0_15_0-b7/manifest_e.json"
34-
data-test = "bin/Beta/beta_0_15_0-b7/manifest_t.json"
35-
>0.16.0 Nightly </option>
31+
3632
<optgroup label="Beta">
3733
<option data-manifest="bin/Beta/beta_0_15_1-b2/manifest.json"
3834
data-ethernet="bin/Beta/beta_0_15_1-b2/manifest_e.json"
@@ -60,6 +56,12 @@ <h2>Welcome to the WLED web installer!</h2>
6056
data-test = "bin/Release/release_0_14_3/manifest_t.json"
6157
>0.14.3</option>
6258
</optgroup>
59+
<optgroup label="Nightly">
60+
<option data-manifest="bin/Beta/beta_0_15_0-b7/manifest.json"
61+
data-ethernet="bin/Beta/beta_0_15_0-b7/manifest_e.json"
62+
data-test = "bin/Beta/beta_0_15_0-b7/manifest_t.json"
63+
>0.16.0 Nightly </option>
64+
</optgroup>
6365
</select><br>
6466

6567
<div class="radio" onchange="setManifest()">

0 commit comments

Comments
 (0)