추천인사용시 추천이 아이디가 없는 경우 추천인 아이디를 검사하는 오류를 해결
This commit is contained in:
@ -342,7 +342,7 @@ function fregisterform_submit(f)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof(f.mb_recommend) != "undefined") {
|
if (typeof(f.mb_recommend) != "undefined" && f.mb_recommend.value) {
|
||||||
if (f.mb_id.value == f.mb_recommend.value) {
|
if (f.mb_id.value == f.mb_recommend.value) {
|
||||||
alert("본인을 추천할 수 없습니다.");
|
alert("본인을 추천할 수 없습니다.");
|
||||||
f.mb_recommend.focus();
|
f.mb_recommend.focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user