This commit is contained in:
Your Name
2025-11-05 15:57:11 +01:00
parent 04fbf81798
commit fba5af53cb

View File

@@ -481,6 +481,8 @@ function getData_saraR4(port, command, timeout){
console.log(safeCommand); console.log(safeCommand);
$("#loading_"+port+"_"+safeCommand).show(); $("#loading_"+port+"_"+safeCommand).show();
$("#response_"+port+"_"+safeCommand).empty();
$.ajax({ $.ajax({
url: 'launcher.php?type=sara&port='+port+'&command='+encodeURIComponent(command)+'&timeout='+timeout, url: 'launcher.php?type=sara&port='+port+'&command='+encodeURIComponent(command)+'&timeout='+timeout,
@@ -721,6 +723,7 @@ function setURL_saraR4(port, url){
function ping_test(port, url){ function ping_test(port, url){
console.log("Test ping to data.nebuleair.fr:"); console.log("Test ping to data.nebuleair.fr:");
$("#response_ping").empty();
$("#loading_ping").show(); $("#loading_ping").show();
$.ajax({ $.ajax({
url: 'launcher.php?type=sara_ping', url: 'launcher.php?type=sara_ping',