remove convert_case For SAT aswell

This commit is contained in:
int2001
2025-09-24 10:54:38 +00:00
parent 7d8afa76b1
commit 8ac7babb33

View File

@@ -776,7 +776,7 @@ function changebadge(entityval) {
}
})
} else {
$.getJSON(base_url + 'index.php/logbook/jsonlookupdxcc/' + convert_case(entityval) + '/0/' + $("#band").val() + '/' + $("#mode").val(), function (result) {
$.getJSON(base_url + 'index.php/logbook/jsonlookupdxcc/' + entityval + '/0/' + $("#band").val() + '/' + $("#mode").val(), function (result) {
// Reset CSS values before updating
$('#callsign_info').removeClass("lotw_info_orange");
$('#callsign_info').removeClass("text-bg-secondary");