0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-06-29 02:21:21 +02:00

moved api pages to api folder

This commit is contained in:
peteruithoven 2013-10-03 16:59:28 +02:00
parent 5ed5767903
commit 5376ff3178
5 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,6 @@
exit(json_encode($response)."\r\n");
}
$responseData = array( "remoteip" => $remoteip,
"localip" => $localip,
"wifiboxid" => $wifiboxid,

View File

@ -1,5 +1,5 @@
var retrieveListInterval = 2000;
var retrieveListInterval = 5000;
var retrieveListDelay; // retry setTimout instance
var boxTimeoutTime = 300;
@ -26,7 +26,7 @@ $(function() {
corners: 1, // Corner roundness (0..1)
rotate: 0, // The rotation offset
direction: 1, // 1: clockwise, -1: counterclockwise
color: '#58C143', // #rgb or #rrggbb or array of colors
color: '#57BF42', // #rgb or #rrggbb or array of colors
speed: 1, // Rounds per second
trail: 60, // Afterglow percentage
shadow: false, // Whether to render a shadow
@ -46,7 +46,7 @@ function retrieveList() {
//spinner.spin($preloader[0]);
$.ajax({
url: "list.php",
url: "api/list.php",
dataType: 'json',
success: function(response){
//console.log("retrieveList response: ",response);