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

fix unveil when tabbing away and back

This commit is contained in:
Luke Pulverenti 2015-07-22 11:52:13 -04:00
parent 68526e2c1d
commit 13c3281ad0
4 changed files with 7 additions and 15 deletions

View file

@ -251,7 +251,7 @@ function humane_date(date_str) {
return Math.round(seconds / 4730400000) + ' centuries' + token;
return date_str;
};
}
function humane_elapsed(firstDateStr, secondDateStr) {
var dt1 = new Date(firstDateStr);