댓글 작성시 w 값 넘어가지 않는 문제 수정
This commit is contained in:
@ -71,7 +71,10 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
</article>
|
||||
<?}?>
|
||||
|
||||
<? if ($is_comment_write) { ?>
|
||||
<? if ($is_comment_write) {
|
||||
if($w == '')
|
||||
$w = 'c';
|
||||
?>
|
||||
<aside id="bo_vc_w">
|
||||
<h2>댓글쓰기</h2>
|
||||
<form name="fviewcomment" method="post" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" autocomplete="off">
|
||||
|
||||
Reference in New Issue
Block a user