Fixed JS-Part of marking as sent/printed

pull/2831/head
int2001 2023-12-14 07:10:53 +00:00
rodzic 72d69f6d88
commit a5617d2876
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ function mark_qsl_sent(id, method) {
url: base_url + 'index.php/qso/qsl_sent_ajax',
type: 'post',
data: {'id': id,
'method': method
'method': 'B'
},
success: function(data) {
if (data.message == 'OK') {