1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

cleanup helper functions

This commit is contained in:
Luke Pulverenti 2013-06-07 13:29:33 -04:00
parent 356217a9b6
commit 4cdfe410b2
9 changed files with 56 additions and 1034 deletions

View file

@ -197,7 +197,7 @@
}
else if (hint.RunTimeTicks) {
html += '<div class="searchHintSecondaryText">' + DashboardPage.getDisplayText(hint.RunTimeTicks) + '</div>';
html += '<div class="searchHintSecondaryText">' + Dashboard.getDisplayTime(hint.RunTimeTicks) + '</div>';
}
html += '</div></div>';