1
0
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:
NoobishSVK
2024-03-24 20:11:41 +01:00
parent 6580ed2fca
commit 97e3117f66

View File

@@ -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);