네이버 회원가입 생년월일 오류 수정

This commit is contained in:
scalelee 2021-12-28 16:53:06 +09:00
parent e169513cfb
commit 0bda5a1625

View File

@ -179,7 +179,7 @@ $(document).ready(function() {
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")
{