]> www.average.org Git - loctrkd.git/blobdiff - webdemo/index.html
wsgateway with new message distribution model
[loctrkd.git] / webdemo / index.html
index e6e1795cd76048f2440db33b2471f996222a025d..d94ab92cbcd826b20c18ef9fa37167ecede2d12a 100644 (file)
@@ -91,7 +91,7 @@
                        locations.shift();
                }
                console.log("new marker list " + JSON.stringify(locations));
-               tstamp.innerHTML = msg.devtime;
+               tstamp.innerHTML = msg.timestamp;
                var lonLat;
                // TODO: figure how to have multiple markers and/or track
                for (const loc of locations) {