X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=webdemo%2Findex.html;h=d94ab92cbcd826b20c18ef9fa37167ecede2d12a;hb=fc32607043c038d5d0f358b7fadadacd4a707ce0;hp=e6e1795cd76048f2440db33b2471f996222a025d;hpb=d6c20543cf997f20cb72bf7380674bf012a5af88;p=loctrkd.git diff --git a/webdemo/index.html b/webdemo/index.html index e6e1795..d94ab92 100644 --- a/webdemo/index.html +++ b/webdemo/index.html @@ -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) {