summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/demos/loan_calculator.html2
1 files changed, 1 insertions, 1 deletions
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);
}