This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
wiki
mirror of
https://github.com/requarks/wiki
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
547f3065d3
wiki
/
client
/
js
/
login.js
8 lines
103 B
Raw
Blame
History
'use strict'
/* global jQuery */
jQuery
(
document
)
.
ready
(
function
(
$
)
{
$
(
'#login-user'
)
.
focus
(
)
}
)
Reference in new issue
View Git Blame
Copy Permalink