5.3 버전 내용 적용
This commit is contained in:
9
plugin/recaptcha/recaptcha.js
Normal file
9
plugin/recaptcha/recaptcha.js
Normal file
@ -0,0 +1,9 @@
|
||||
function chk_captcha()
|
||||
{
|
||||
if ( ! jQuery('#g-recaptcha-response').val()) {
|
||||
alert("자동등록방지를 반드시 체크해 주세요.");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user