also show minutes and hours in cut off timestamp

v1.18.x
Julian Lam 8 years ago
parent 75ff60e4d5
commit 885316d78f

@ -155,7 +155,7 @@ if ('undefined' !== typeof window) {
var els = $(this);
// Convert "old" format to new format (#5108)
var options = { year: 'numeric', month: 'long', day: 'numeric' };
var options = { year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' };
var iso;
els.each(function() {
iso = this.getAttribute('title');

Loading…
Cancel
Save