kcaptcha.lib.php 에서 숫자음성듣기 삭제 질문입니다.
본문
$html .= '<input type="text" name="captcha_key" id="captcha_key" required class="captcha_box required" size="6" maxlength="6">';
if (!is_mobile()) $html .= "\n".'<button type="button" id="captcha_mp3"><span></span>숫자음성듣기</button>';
$html .= "\n".'<button type="button" id="captcha_reload"><span></span>새로고침</button>';
$html .= "\n".'<span id="captcha_info">자동등록방지 숫자를 순서대로 입력하세요.</span>';
$html .= "\n".'</fieldset>';
return $html;
왼쪽을 오른쪽같이 만들고 싶습니다.
그런데 문법을 모르다보니 뭘 지워야할지 모르겠습니다. 오류안나고 숫자음성듣기 버튼만 지우려면 어느 부분을 지워야하죠?
답변 1
시각장애인을 위해서 음성듣는 기능은 가능하면 유지하시는게 좋습니다.
그래도 지우시겠다면, 아래와 같이 주석하면 됩니다.
//if (!is_mobile()) $html .= "\n".'<button type="button" id="captcha_mp3"><span></span>숫자음성듣기</button>';
답변을 작성하시기 전에 로그인 해주세요.