겸손한 javascript 로 수정중

This commit is contained in:
gnuboard
2013-01-14 17:25:50 +09:00
parent 49036302da
commit 39cafe9ffc
19 changed files with 649 additions and 772 deletions

View File

@ -218,7 +218,7 @@ function fwrite_submit(f)
return false;
}
<? if ($is_guest) { echo chk_captcha(); } ?>
<? if ($is_guest) { echo chk_captcha_js(); } ?>
return true;
}