fix windows restart hang

This commit is contained in:
Luke Pulverenti 2015-09-30 00:07:21 -04:00
parent 81a6bc5bc7
commit 560230293b
5 changed files with 19 additions and 7 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)