update
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user