Skip to content

Commit

Permalink
refactor: removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Oct 22, 2023
1 parent 199c00c commit 42aec56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wled00/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ function updateUI()
if (hasRGB) {
updateTrail(gId('sliderR'));
updateTrail(gId('sliderG'));
updateTrail(gId('sliderB'));
updateTrail(gId('sliderB'));
}
if (hasWhite) updateTrail(gId('sliderW'));

Expand Down Expand Up @@ -1700,7 +1700,7 @@ function toggleLiveview()
let wsOn = ws && ws.readyState === WebSocket.OPEN;

var lvID = "liveview";
if (isM && wsOn) {
if (isM && wsOn) {
lvID += "2D";
if (isLv) gId('klv2D').innerHTML = `<iframe id="${lvID}" src="about:blank"></iframe>`;
gId('mlv2D').style.transform = (isLv) ? "translateY(0px)":"translateY(100%)";
Expand Down Expand Up @@ -1887,7 +1887,7 @@ function makeP(i,pl)
end: 0
};
var rep = plJson[i].repeat ? plJson[i].repeat : 0;
content =
content =
`<div id="ple${i}" style="margin-top:10px;"></div><label class="check revchkl">Shuffle
<input type="checkbox" id="pl${i}rtgl" onchange="plR(${i})" ${plJson[i].r||rep<0?"checked":""}>
<span class="checkmark"></span>
Expand Down

0 comments on commit 42aec56

Please sign in to comment.