|
@@ -31,7 +31,7 @@ $( function(){
|
|
$( "#errMsg" ).text( "병동번호 입력해주세요(동+호실)" );
|
|
$( "#errMsg" ).text( "병동번호 입력해주세요(동+호실)" );
|
|
$( "#id" ).focus();
|
|
$( "#id" ).focus();
|
|
} else if( $( "#pw" ).val().length == 0 ){
|
|
} else if( $( "#pw" ).val().length == 0 ){
|
|
- $( "#errMsg" ).text( "생년월일 6자리를 입력해주세요." );
|
|
|
|
|
|
+ $( "#errMsg" ).text( "생년월일 8자리를 입력해주세요." );
|
|
$( "#pw" ).focus();
|
|
$( "#pw" ).focus();
|
|
}
|
|
}
|
|
}
|
|
}
|