aboutsummaryrefslogtreecommitdiffstats
path: root/library/jquery.timeago.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-23 04:11:59 -0700
committerfriendica <info@friendica.com>2012-07-23 04:11:59 -0700
commit3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1 (patch)
tree890749f2ac3bca28745ff93089c4c9e68e49ae63 /library/jquery.timeago.js
parent33ea8737b71466be84dfaaa0fa16cd2850805158 (diff)
downloadvolse-hubzilla-3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1.tar.gz
volse-hubzilla-3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1.tar.bz2
volse-hubzilla-3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1.zip
realtime updates of "6 minutes ago" with fallback to iso8601 timestamps (available on tooltip)
Diffstat (limited to 'library/jquery.timeago.js')
-rw-r--r--library/jquery.timeago.js2
1 files changed, 1 insertions, 1 deletions
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;
}