Looks like i missed one

这个提交包含在:
Peter Goodhall 2023-08-13 22:38:03 +01:00
父节点 84511beba9
当前提交 7a6e84a52e

查看文件

@ -772,7 +772,7 @@ function convert_case(str) {
}
$('#dxcc_id').on('change', function() {
$.getJSON('logbook/jsonentity/' + $(this).val(), function (result) {
$.getJSON(base_url + 'index.php/logbook/jsonentity/' + $(this).val(), function (result) {
if (result.dxcc.name != undefined) {
$('#country').val(convert_case(result.dxcc.name));