diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index d82f03a542..b75a92b435 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/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index 9699da4a9e..24d3a38c93 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -389,8 +389,7 @@ $('.btnSyncSupporter', page).on('click', function () { requirejs(["registrationservices"], function () { - RegistrationServices.validateFeature('sync').then(function () { - }); + RegistrationServices.validateFeature('sync'); }); }); $('.supporterPromotion .mainText', page).html(Globalize.translate('HeaderSyncRequiresSupporterMembership'));