Skip to content

Commit

Permalink
removed obsolete code as of Aircoookie#4267
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi4329 committed Nov 16, 2024
1 parent 5b829ad commit 7f69a0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions wled00/data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ button.sml {
min-width: 40px;
margin: 0 0 0 10px;
}
span:before, b:before, b:after, i:after{
content: "\00A0";
}
#scan {
margin-top: -10px;
}
Expand Down
2 changes: 1 addition & 1 deletion wled00/data/update.htm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h2>WLED Software Update</h2>
<form method='POST' action='./update' id='uf' enctype='multipart/form-data' onsubmit="U()">
Installed version: <span class="sip">##VERSION##</span><br>
Download the latest binary:&nbsp;<a href="https://github.com/Aircoookie/WLED/releases" target="_blank"
Download the latest binary: <a href="https://github.com/Aircoookie/WLED/releases" target="_blank"
style="vertical-align: text-bottom; display: inline-flex;">
<img src="https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square"></a><br>
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
Expand Down

0 comments on commit 7f69a0b

Please sign in to comment.