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

fix theme songs

This commit is contained in:
Luke Pulverenti 2015-12-07 10:45:20 -05:00
parent ba5afc0ae2
commit 6ea056e78c
4 changed files with 8 additions and 5 deletions

View file

@ -577,7 +577,7 @@
closeMainDrawer();
// On mobile devices don't navigate until after the closing animation has completed or it may stutter
var delay = browserInfo.mobile ? 350 : 0;
var delay = browserInfo.mobile ? 350 : 100;
setTimeout(function () {
if (action) {
@ -602,7 +602,7 @@
closeMainDrawer();
// On mobile devices don't navigate until after the closing animation has completed or it may stutter
var delay = browserInfo.mobile ? 350 : 0;
var delay = browserInfo.mobile ? 350 : 100;
setTimeout(function () {
Dashboard.logout();