shows trackingstate REPLAY and PIPELINE CLOSED

This commit is contained in:
unknown 2021-01-05 13:13:01 +01:00
parent acee3f9465
commit b1dcc863e5

View File

@ -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) {