We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c8e64 commit e8b82a9Copy full SHA for e8b82a9
js/localtracker.js
@@ -36,6 +36,7 @@ function local_liveData() {
36
37
function local_connectionError(error) {
38
$("#stText").text("conn. error |");
39
+ console.log(error);
40
local_clientConnected = false;
41
local_clientActive = false;
42
if (!document.getElementById("stTimer").classList.contains('friendly-dtime') ) {
0 commit comments