추천인사용시 추천이 아이디가 없는 경우 추천인 아이디를 검사하는 오류를 해결

This commit is contained in:
gnuboard
2013-06-05 10:21:06 +09:00
parent f23b557871
commit 5b087f32bf

View File

@ -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) {
alert("본인을 추천할 수 없습니다.");
f.mb_recommend.focus();