1
0
Fork 0
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:
Luke Pulverenti 2015-09-30 00:13:48 -04:00
parent 61d616c330
commit 2c39fa3f6e
5 changed files with 74 additions and 62 deletions

View file

@ -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;