kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Fix cloudlog station ID issue after profile refactor
rodzic
1500847e1f
commit
b439384b48
|
@ -2460,7 +2460,7 @@ function sendCloudlogEntry(report)
|
|||
{
|
||||
CloudLogValidateURL(true);
|
||||
CloudlogURL.value = CloudlogURL.value.endsWith("/") ? CloudlogURL.value.slice(0, -1) : CloudlogURL.value;
|
||||
var postData = { key: CloudlogAPI.value, station_profile_id: CloudlogStationProfileID.value, type: "adif", string: report };
|
||||
var postData = { key: CloudlogAPI.value, station_profile_id: CloudlogStationProfile.value, type: "adif", string: report };
|
||||
getPostJSONBuffer(
|
||||
CloudlogURL.value + "/index.php/api/qso",
|
||||
CloudlogSendLogResult,
|
||||
|
|
Ładowanie…
Reference in New Issue