We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86db501 commit 72aee06Copy full SHA for 72aee06
1 file changed
wled00/data/update.htm
@@ -151,9 +151,9 @@ <h3>Manual upload</h3>
151
<input type='checkbox' onchange="sV.value=checked?1:''" id="skipValidation">
152
<label for='skipValidation'>Ignore firmware validation</label><br>
153
<button type="submit">Upload</button><br>
154
- <span id="rev">
+ <span>
155
<hr class="sml">
156
- <button type="button" onclick="cR()">Revert update</button><br>
+ <button id="rev" type="button" onclick="cR()">Revert update</button><br>
157
</span>
158
</div>
159
</form>
0 commit comments