You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
actually last hotfix for bw toggle
This commit is contained in:
@@ -230,7 +230,7 @@ function submitData() {
|
||||
$("#device-type").val(selectedDevice.text());
|
||||
}
|
||||
|
||||
$('#toggle-bw').is(":checked", data.bwSwitch ? data.bwSwitch : false);
|
||||
$('#toggle-bw').prop("checked", data.bwSwitch ? data.bwSwitch : false);
|
||||
|
||||
$('#audio-devices').val(data.audio.audioDevice);
|
||||
$('#audio-channels').val(data.audio.audioChannels);
|
||||
|
||||
Reference in New Issue
Block a user