Skip to content

Commit

Permalink
Fix restart flag being set on each refresh if UI level is >=advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed May 1, 2020
1 parent 363848b commit c03ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/multisync.php
Expand Up @@ -471,7 +471,7 @@ function parseFPPSystems(data) {
if ($uiLevel >= 1) {
?>
var inp = document.getElementById("MultiSyncExtraRemotes");
if (inp && inp.value == '') {
if (inp && inp.value != extras) {
$('#MultiSyncExtraRemotes').val(extras).trigger('change');
}
<?
Expand Down

0 comments on commit c03ad78

Please sign in to comment.