update
This commit is contained in:
@@ -481,6 +481,8 @@ function getData_saraR4(port, command, timeout){
|
||||
console.log(safeCommand);
|
||||
|
||||
$("#loading_"+port+"_"+safeCommand).show();
|
||||
$("#response_"+port+"_"+safeCommand).empty();
|
||||
|
||||
|
||||
$.ajax({
|
||||
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){
|
||||
console.log("Test ping to data.nebuleair.fr:");
|
||||
$("#response_ping").empty();
|
||||
$("#loading_ping").show();
|
||||
$.ajax({
|
||||
url: 'launcher.php?type=sara_ping',
|
||||
|
||||
Reference in New Issue
Block a user