diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 9b8becd238..b5edd7d74b 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -155,7 +155,7 @@ enableFullPaperTabs: function () { if (browserInfo.animate && !browserInfo.mobile) { - //return true; + return true; } return AppInfo.isNativeApp; diff --git a/dashboard-ui/scripts/nowplayingbar.js b/dashboard-ui/scripts/nowplayingbar.js index b9b7659690..bf5b3bd670 100644 --- a/dashboard-ui/scripts/nowplayingbar.js +++ b/dashboard-ui/scripts/nowplayingbar.js @@ -91,10 +91,10 @@ elem.classList.add('hide'); }; - //if (!browserInfo.animate || browserInfo.mobile) { + if (!browserInfo.animate || browserInfo.mobile) { onfinish(); return; - //} + } requestAnimationFrame(function () { var keyframes = [ @@ -113,9 +113,9 @@ elem.classList.remove('hide'); - //if (!browserInfo.animate || browserInfo.mobile) { + if (!browserInfo.animate || browserInfo.mobile) { return; - //} + } requestAnimationFrame(function () {