From 8ac7babb3312927680031ca285c6ffdb012f9d2c Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 24 Sep 2025 10:54:38 +0000 Subject: [PATCH] remove convert_case For SAT aswell --- assets/js/sections/qso.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 73e17f6cd..f889b23b8 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -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");