mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5724.6
This commit is contained in:
parent
61d616c330
commit
2c39fa3f6e
5 changed files with 74 additions and 62 deletions
|
@ -83,6 +83,12 @@
|
|||
$('.currentPlanInfo', page).hide();
|
||||
}
|
||||
|
||||
if (info.IsActiveSupporter) {
|
||||
$('.supporterContainer', page).addClass('hide');
|
||||
} else {
|
||||
$('.supporterContainer', page).removeClass('hide');
|
||||
}
|
||||
|
||||
if (info.IsActiveSupporter && info.PlanType == 'Lifetime') {
|
||||
|
||||
$('.planSummary', page)
|
||||
|
@ -182,7 +188,7 @@
|
|||
|
||||
$('.supporterForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||
|
||||
}).on('pageshow', "#supporterPage", function () {
|
||||
}).on('pageshowready', "#supporterPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue