submit 후 btn_submit 에 disabled 적용

This commit is contained in:
whitedot
2013-05-29 10:57:43 +09:00
parent 8b57547440
commit eb46ea069b
2 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<?php if($is_guest) echo chk_captcha_js(); ?>
document.getElementById("btn_submit").disabled = "disabled";
return true;
}