This commit is contained in:
psychobunny
2015-08-17 12:28:16 -04:00
parent 2da3761c59
commit 5299e1fdc6

View File

@@ -241,7 +241,9 @@ app.cacheBuster = null;
app.processPage = function () {
highlightNavigationLink();
$('.timeago').timeago();
$('.timeago').timeago().each(function() {
$(this).attr('title', (new Date($(this).attr('title'))).toString());
});
utils.makeNumbersHumanReadable($('.human-readable-number'));