KjbProperty 리팩토링
This commit is contained in:
@@ -293,6 +293,12 @@
|
||||
fncSsoLogin();
|
||||
});
|
||||
|
||||
// SMS 인증번호 입력 필드에서 엔터키 누르면 확인
|
||||
$("#smsAuthCode").keydown(function(event){
|
||||
if ( event.which == 13 ) {
|
||||
verifySmsAuthCode();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
function fncSsoLogin() {
|
||||
|
||||
Reference in New Issue
Block a user