From 3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Jul 2012 04:11:59 -0700 Subject: realtime updates of "6 minutes ago" with fallback to iso8601 timestamps (available on tooltip) --- library/jquery.timeago.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/jquery.timeago.js b/library/jquery.timeago.js index c61405dfc..f7a657e93 100644 --- a/library/jquery.timeago.js +++ b/library/jquery.timeago.js @@ -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; } -- cgit v1.2.3