diff --git a/public/src/app.js b/public/src/app.js index 858200e02d..48bb938610 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -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'));