* Finish task #41572.

This commit is contained in:
tianshujie98
2021-08-19 09:40:12 +08:00
parent 45c1153e17
commit 91a7306bc4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -49,13 +49,13 @@ $(function()
}
})
$('#cancelBtn').click(function()
$('#cancelBTN').click(function()
{
$('#syncPRJUnit').val('false');
$('#exchangeRate').val('');
})
$('#confirmBtn').click(function()
$('#confirmBTN').click(function()
{
var exchangeRate = $('#rate').val();
if(!exchangeRate)