Fix it so the user admin page shows the plan pay dialog when loaded with the proper parameter
This commit is contained in:
parent
62d057d7aa
commit
fb1732d069
3 changed files with 27 additions and 12 deletions
|
@ -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 -->
|
||||
|
|
Reference in a new issue