Skip to content

Commit

Permalink
#50 Try to fix the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Dmytrenko authored and Sergii Dmytrenko committed May 31, 2021
1 parent 174b341 commit 2a04f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Callculator/Views/Deposit/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@
}
async function Save() {
await new Promise((resolve, reject) => setTimeout(resolve, 500));
await new Promise((resolve, reject) => setTimeout(resolve, 1000));
var amount = Number(document.getElementById('amount').value);
var days = Number(document.getElementById('term').value);
var percent = Number(document.getElementById('percent').value);
Expand Down

0 comments on commit 2a04f25

Please sign in to comment.