mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore tabs
This commit is contained in:
parent
905c62a070
commit
aa965c461a
2 changed files with 2 additions and 3 deletions
|
@ -155,7 +155,7 @@
|
||||||
enableFullPaperTabs: function () {
|
enableFullPaperTabs: function () {
|
||||||
|
|
||||||
if (browserInfo.animate && !browserInfo.mobile) {
|
if (browserInfo.animate && !browserInfo.mobile) {
|
||||||
//return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return AppInfo.isNativeApp;
|
return AppInfo.isNativeApp;
|
||||||
|
|
|
@ -389,8 +389,7 @@
|
||||||
$('.btnSyncSupporter', page).on('click', function () {
|
$('.btnSyncSupporter', page).on('click', function () {
|
||||||
|
|
||||||
requirejs(["registrationservices"], function () {
|
requirejs(["registrationservices"], function () {
|
||||||
RegistrationServices.validateFeature('sync').then(function () {
|
RegistrationServices.validateFeature('sync');
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$('.supporterPromotion .mainText', page).html(Globalize.translate('HeaderSyncRequiresSupporterMembership'));
|
$('.supporterPromotion .mainText', page).html(Globalize.translate('HeaderSyncRequiresSupporterMembership'));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue