Skip to content

Commit

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

0 comments on commit a21a392

Please sign in to comment.