restore tabs
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
enableFullPaperTabs: function () {
|
||||
|
||||
if (browserInfo.animate && !browserInfo.mobile) {
|
||||
//return true;
|
||||
return true;
|
||||
}
|
||||
|
||||
return AppInfo.isNativeApp;
|
||||
|
||||
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user