shows trackingstate REPLAY and PIPELINE CLOSED
This commit is contained in:
parent
acee3f9465
commit
b1dcc863e5
@ -190,6 +190,7 @@ window.addEventListener("load", function(evt) {
|
|||||||
.then(console.log);
|
.then(console.log);
|
||||||
checkBoxSmartphone.disabled = false;
|
checkBoxSmartphone.disabled = false;
|
||||||
checkBoxUblox.disabled = false;
|
checkBoxUblox.disabled = false;
|
||||||
|
document.getElementById("tracking state").innerHTML = "Tracking state: PIPELINE CLOSED"
|
||||||
ws.close();
|
ws.close();
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
@ -225,7 +226,7 @@ window.addEventListener("load", function(evt) {
|
|||||||
}).then(r => {
|
}).then(r => {
|
||||||
console.log(r.data.Data)
|
console.log(r.data.Data)
|
||||||
})
|
})
|
||||||
|
document.getElementById("tracking state").innerHTML = "Tracking state: REPLAY"
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("fullReplay").onclick = function(evt) {
|
document.getElementById("fullReplay").onclick = function(evt) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user