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