캡챠 체크 에러 체크 중

This commit is contained in:
chicpro
2013-02-22 12:01:59 +09:00
parent e442a9124e
commit f5f6d0e202

View File

@ -331,10 +331,10 @@ function wrestSubmit()
return false;
}
if (this.oldsubmit && this.oldsubmit == false)
return false;
if (this.oldsubmit && this.oldsubmit() == false)
return false;
return true;
return true;
}