mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
bugfixes, UI improvements, logging improvements
This commit is contained in:
@@ -315,8 +315,8 @@ function submitData() {
|
||||
}
|
||||
}
|
||||
|
||||
$("#fmlist-integration").prop("checked", data.extras ? data.extras?.fmlist_integration : "true");
|
||||
$('#fmlist-omid').val(data.extras?.fmlist_omid);
|
||||
$("#fmlist-integration").prop("checked", data.extras ? data.extras?.fmlistIntegration : "true");
|
||||
$('#fmlist-omid').val(data.extras?.fmlistOmid);
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error fetching data:', error.message);
|
||||
|
||||
Reference in New Issue
Block a user