JSONprogress timeout to 1000 - required for worldwide use

pull/73/head
jonsowman 2010-06-13 16:55:09 +01:00
rodzic ee9f6aa557
commit 0bb42be000
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -173,7 +173,7 @@ function getJSONProgress(pred_uuid) {
$.ajax({
url:"preds/"+pred_uuid+"/progress.json",
dataType:'json',
timeout: 500,
timeout: 1000,
// complete: function(data, httpstatus) {
// appendDebug(httpstatus);
// },

Wyświetl plik

@ -33,5 +33,10 @@
"latitude" : 53.8997,
"longitude" : -1.3629,
"altitude" : 0
},
"Wistow": {
"altitude" : 0,
"latitude" : -35.1217,
"longitude" : 138.8503
}
}