forked from GithubBackups/healthchecks
Using existing function getAmount
This commit is contained in:
parent
a982ad7123
commit
4e0460c69b
@ -163,8 +163,7 @@ $(function () {
|
|||||||
} else {
|
} else {
|
||||||
var caption = "Change Billing Plan";
|
var caption = "Change Billing Plan";
|
||||||
if (planId) {
|
if (planId) {
|
||||||
var amount = planId.substr(1);
|
caption += " And Pay $" + getAmount(planId) + " Now";
|
||||||
caption += " And Pay $" + amount + " Now";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#change-plan-btn")
|
$("#change-plan-btn")
|
||||||
@ -175,4 +174,4 @@ $(function () {
|
|||||||
}
|
}
|
||||||
updateChangePlanForm();
|
updateChangePlanForm();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user