This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
sintonia
Watch
7
Star
0
Fork
You've already forked sintonia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1572955d07
sintonia
/
airtime_mvc
/
public
/
js
/
airtime
/
login
/
login.js
5 lines
109 B
JavaScript
Raw
Blame
History
$
(
window
)
.
load
(
function
(
)
{
$
(
"#username"
)
.
focus
(
)
;
$
(
"#locale"
)
.
val
(
$
.
cookie
(
"airtime_locale"
)
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink