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:
parent
68526e2c1d
commit
13c3281ad0
4 changed files with 7 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue