mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
remove convert_case For SAT aswell
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user