From aa965c461a9d53ff7e1240e93a78ab7aadfcbaa8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 14 Dec 2015 15:36:46 -0500 Subject: [PATCH] restore tabs --- dashboard-ui/scripts/librarybrowser.js | 2 +- dashboard-ui/scripts/syncactivity.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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'));