모바일: 회원스킨 완료

This commit is contained in:
whitedot
2013-03-05 13:54:08 +09:00
parent 136e98e376
commit bf2e248030
9 changed files with 27 additions and 34 deletions

View File

@ -32,8 +32,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</div>
<script>
document.onload = document.fmemberconfirm.mb_password.focus();
function fmemberconfirm_submit(f)
{
document.getElementById("btn_submit").disabled = true;

View File

@ -43,7 +43,3 @@ else $g4['title'] = $g4['title'];
</div>
</div>
<script>
document.fboardpassword.wr_password.focus();
</script>

View File

@ -30,9 +30,6 @@ function fpasswordlost_submit(f)
return true;
}
self.focus();
document.fpasswordlost.mb_email.focus();
$(function() {
var sw = screen.width;
var sh = screen.height;