Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c06286

Browse files
committedOct 11, 2020
fix to mortgage calc js
1 parent e0bb86f commit 7c06286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎financeTools/mortgageCalculator/mortgageCalc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ document.getElementById("reset").addEventListener("click", function(){
5656

5757
document.getElementById('result').textContent="$" + payment.toFixed(2);
5858

59-
})
59+
6060

6161

6262
//add error handling for when a field is left blank

0 commit comments

Comments
 (0)
Please sign in to comment.