모바일: #434 에 따른 온라인 서식 label title placeholder 처리
This commit is contained in:
@ -116,7 +116,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
<th scope="row">내용</th>
|
||||
<td>
|
||||
<? if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?}?>
|
||||
<textarea id="wr_content" title="댓글내용입력(필수)" name="wr_content" required
|
||||
<textarea id="wr_content" name="wr_content" required
|
||||
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><? echo $c_wr_content; ?></textarea>
|
||||
<? if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?}?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user