생년월일 초기값 설정 제거

This commit is contained in:
lch 2021-06-25 05:37:51 +00:00
parent 6fc6d67ce2
commit 56b87fd81d
1 changed files with 1 additions and 5 deletions

View File

@ -461,11 +461,7 @@
if (birthday != "") {
setv("User_birthday", birthday);
}
});
if (val("User_birthday") == "") {
setv("User_birthday", makebirthday(val("userpno1") + val("userpno2")));
}
});
});
function makebirthday(userpno) {
var birthday = "";