Fix it so the user admin page shows the plan pay dialog when loaded with the proper parameter

This commit is contained in:
Joseph Schorr 2013-11-06 18:14:22 -05:00
parent 62d057d7aa
commit fb1732d069
3 changed files with 27 additions and 12 deletions

View file

@ -36,7 +36,7 @@
<div class="tab-content">
<!-- Plans tab -->
<div id="plan" class="tab-pane active">
<div class="plan-manager" user="user.username"></div>
<div class="plan-manager" user="user.username" ready-for-plan="readyForPlan()"></div>
</div>
<!-- Change password tab -->