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

@ -510,7 +510,7 @@
setTimeout(function () {
Dashboard.navigate(link.href);
}, 350);
}, 400);
}, 50);
}
@ -525,7 +525,7 @@
setTimeout(function () {
Dashboard.logout();
}, 350);
}, 400);
}
return false;