submit 후 다시 submit 되지 않도록 btn_submit 을 disabled 로
This commit is contained in:
@ -234,6 +234,8 @@ function fwrite_submit(f)
|
||||
|
||||
<?php if ($is_guest) { echo chk_captcha_js(); } ?>
|
||||
|
||||
document.getElementById("btn_submit").disabled = "disabled";
|
||||
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user