Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-06-10 17:21:17 +09:00
3 changed files with 6 additions and 4 deletions

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();
@ -357,6 +357,7 @@ function fregisterform_submit(f)
}
}
/*
if (typeof(f.mb_hp) != "undefined" && f.mb_hp.value) {
var error = "";
$.ajax({
@ -381,6 +382,7 @@ function fregisterform_submit(f)
return false;
}
}
*/
<?php echo chk_captcha_js(); ?>