모바일: 회원스킨 완료
This commit is contained in:
@ -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;
|
||||
|
||||
@ -43,7 +43,3 @@ else $g4['title'] = $g4['title'];
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.fboardpassword.wr_password.focus();
|
||||
</script>
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user