회원가입 양식 저장버튼 오류 수정
parent
32b0a50574
commit
27f6c3094e
|
|
@ -43,6 +43,8 @@ $(document).on('click', '#saveBtn', function (){
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
$(this).removeAttr('disabled', 'disabled');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue