AzuraCast/templates/admin/debug/index.js.phtml

6 lines
171 B
PHTML

jQuery(function ($) {
$('time[data-duration]').each(function () {
$(this).text(luxon.DateTime.fromSeconds($(this).data('duration')).toRelative());
});
});