fix theme songs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user