summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/demos/loan_calculator.html2
-rw-r--r--src/demos/loan_calculator.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/demos/loan_calculator.html b/dist/demos/loan_calculator.html
index 3fbbfbb..388bfeb 100644
--- a/dist/demos/loan_calculator.html
+++ b/dist/demos/loan_calculator.html
@@ -67,7 +67,7 @@
var m = Math.round(p * 100) / 100;
}
- jQuery.prompt.getStateContent('state1').find('#intmonthlypayment').text(m);
+ jQuery.prompt.getState('state1').find('#intmonthlypayment').text(m);
jQuery.prompt.goToState('state1',true);
}
diff --git a/src/demos/loan_calculator.html b/src/demos/loan_calculator.html
index 3fbbfbb..388bfeb 100644
--- a/src/demos/loan_calculator.html
+++ b/src/demos/loan_calculator.html
@@ -67,7 +67,7 @@
var m = Math.round(p * 100) / 100;
}
- jQuery.prompt.getStateContent('state1').find('#intmonthlypayment').text(m);
+ jQuery.prompt.getState('state1').find('#intmonthlypayment').text(m);
jQuery.prompt.goToState('state1',true);
}