Skip to content

Commit 72aee06

Browse files
committed
Fix revert button #5574
1 parent 86db501 commit 72aee06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wled00/data/update.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ <h3>Manual upload</h3>
151151
<input type='checkbox' onchange="sV.value=checked?1:''" id="skipValidation">
152152
<label for='skipValidation'>Ignore firmware validation</label><br>
153153
<button type="submit">Upload</button><br>
154-
<span id="rev">
154+
<span>
155155
<hr class="sml">
156-
<button type="button" onclick="cR()">Revert update</button><br>
156+
<button id="rev" type="button" onclick="cR()">Revert update</button><br>
157157
</span>
158158
</div>
159159
</form>

0 commit comments

Comments
 (0)