v1.18.x
psychobunny 10 years ago
parent 2da3761c59
commit 5299e1fdc6

@ -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'));

Loading…
Cancel
Save