fix windows restart hang
This commit is contained in:
parent
81a6bc5bc7
commit
560230293b
5 changed files with 19 additions and 7 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue