realtime updates of "6 minutes ago" with fallback to iso8601 timestamps (available on tooltip)

This commit is contained in:
friendica
2012-07-23 04:11:59 -07:00
parent 33ea8737b7
commit 3decf67e6d
8 changed files with 85 additions and 8 deletions

View File

@@ -121,7 +121,7 @@
function refresh() {
var data = prepareData(this);
if (!isNaN(data.datetime)) {
$(this).text(inWords(data.atetime));
$(this).text(inWords(data.datetime));
}
return this;
}