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

6 lines
183 B
PHTML

jQuery(function ($) {
$('time[data-duration]').each(function () {
$(this).text(humanizeDuration($(this).data('duration') * 1000, {locale: App.locale_short}));
});
});