JSONprogress timeout to 1000 - required for worldwide use
rodzic
ee9f6aa557
commit
0bb42be000
|
@ -173,7 +173,7 @@ function getJSONProgress(pred_uuid) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url:"preds/"+pred_uuid+"/progress.json",
|
url:"preds/"+pred_uuid+"/progress.json",
|
||||||
dataType:'json',
|
dataType:'json',
|
||||||
timeout: 500,
|
timeout: 1000,
|
||||||
// complete: function(data, httpstatus) {
|
// complete: function(data, httpstatus) {
|
||||||
// appendDebug(httpstatus);
|
// appendDebug(httpstatus);
|
||||||
// },
|
// },
|
||||||
|
|
|
@ -33,5 +33,10 @@
|
||||||
"latitude" : 53.8997,
|
"latitude" : 53.8997,
|
||||||
"longitude" : -1.3629,
|
"longitude" : -1.3629,
|
||||||
"altitude" : 0
|
"altitude" : 0
|
||||||
|
},
|
||||||
|
"Wistow": {
|
||||||
|
"altitude" : 0,
|
||||||
|
"latitude" : -35.1217,
|
||||||
|
"longitude" : 138.8503
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue