mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1140 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d8dde12d4b
commit
d5cf8bccb7
1 changed files with 7 additions and 1 deletions
|
|
@ -4,8 +4,14 @@ function doFocusUserId(fo_id) {
|
|||
if(xGetCookie('user_id')) {
|
||||
fo_obj.user_id.value = xGetCookie('user_id');
|
||||
fo_obj.remember_user_id.checked = true;
|
||||
try{
|
||||
fo_obj.password.focus();
|
||||
} catch(e) {};
|
||||
} else {
|
||||
try{
|
||||
fo_obj.user_id.focus();
|
||||
} catch(e) {};
|
||||
}
|
||||
fo_obj.user_id.focus();
|
||||
}
|
||||
|
||||
/* 로그인 후 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue