Skip to content

Commit

Permalink
Add a space between the Remote's IP and MultiSync checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinkham committed Nov 26, 2023
1 parent e566548 commit d5c86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/multisync.php
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ function parseFPPSystems(data) {
(settings['fppMode'] == 'player') &&
(data[i].fppModeString == "remote"))
{
star = "<input type='checkbox' class='syncCheckbox' name='" + data[i].address + "'";
star = " <input type='checkbox' class='syncCheckbox' name='" + data[i].address + "'";
if (typeof remotes[data[i].address] !== 'undefined') {
star += " checked";
delete remotes[data[i].address];
Expand Down

0 comments on commit d5c86f5

Please sign in to comment.