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);
|
||||
checkBoxSmartphone.disabled = false;
|
||||
checkBoxUblox.disabled = false;
|
||||
document.getElementById("tracking state").innerHTML = "Tracking state: PIPELINE CLOSED"
|
||||
ws.close();
|
||||
}
|
||||
return false;
|
||||
@ -225,7 +226,7 @@ window.addEventListener("load", function(evt) {
|
||||
}).then(r => {
|
||||
console.log(r.data.Data)
|
||||
})
|
||||
|
||||
document.getElementById("tracking state").innerHTML = "Tracking state: REPLAY"
|
||||
}
|
||||
|
||||
document.getElementById("fullReplay").onclick = function(evt) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user