diff --git a/docroot/table/index.html b/docroot/table/index.html index d07c2f1..6d451c6 100644 --- a/docroot/table/index.html +++ b/docroot/table/index.html @@ -62,7 +62,7 @@ var dt = moment.utc(d.tst * 1000).local(); d['fulldate'] = dt.format("DD MMM YYYY HH:mm:ss"); - d['addr'] = d['addr'] || '(unknown)'; + d['addr'] = d['addr'] || '(' + d['lat'] + ',' + d['lon'] + ')'; d['cc'] = d['cc'] || '__'; d['tid'] = d['tid'] || '__';