mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Show dxcc name instead of adif number
This commit is contained in:
@@ -2196,14 +2196,15 @@ function saveOptions() {
|
||||
});
|
||||
}
|
||||
|
||||
function openStateList(dxcc) {
|
||||
function openStateList(dxcc, country) {
|
||||
$('#openStateListBtn_' + dxcc).prop("disabled", true).addClass("running");
|
||||
|
||||
$.ajax({
|
||||
url: base_url + 'index.php/logbookadvanced/OpenStateList',
|
||||
type: 'post',
|
||||
data: {
|
||||
'dxcc': dxcc
|
||||
'dxcc': dxcc,
|
||||
'country': country
|
||||
},
|
||||
success: function (response) {
|
||||
$('#openStateListBtn_' + dxcc).prop("disabled", false).removeClass("running");
|
||||
|
||||
Reference in New Issue
Block a user