mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1127 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
920acf9492
commit
05483543ff
8 changed files with 49 additions and 2 deletions
|
|
@ -63,8 +63,10 @@ function doFocusUserId(fo_id) {
|
|||
if(xGetCookie('user_id')) {
|
||||
fo_obj.user_id.value = xGetCookie('user_id');
|
||||
fo_obj.remember_user_id.checked = true;
|
||||
fo_obj.password.focus();
|
||||
} else {
|
||||
fo_obj.user_id.focus();
|
||||
}
|
||||
fo_obj.user_id.focus();
|
||||
}
|
||||
|
||||
/* 로그인 후 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue