This commit is contained in:
JSYOO 2021-11-24 16:22:11 +09:00
parent c380ef11f4
commit e85ec5e57f

View File

@ -292,7 +292,7 @@ function certEmailCheck(){
type : "POST",
data : {"emailVrfctNo" : $("#emailVrfctNo").val(),
"email" : $("#email").val()},
async: false,
async: false,
success : function(result){
if(result=="true")
{