네이버 회원가입 생년월일 오류 수정
This commit is contained in:
parent
e169513cfb
commit
0bda5a1625
@ -179,7 +179,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
if(birth_dd.substr(0,1) == "0")
|
if(birth_dd.substr(0,1) == "0")
|
||||||
{
|
{
|
||||||
birth_dd = birth_dd.substr(1,1)
|
//birth_dd = birth_dd.substr(1,1)
|
||||||
}
|
}
|
||||||
if(birth_yy != "0000")
|
if(birth_yy != "0000")
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user