This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
3a784cd0b2
zulip
/
zephyr
/
static
/
js
/
common.js
6 lines
93 B
JavaScript
Raw
Blame
History
function
autofocus
(
selector
)
{
$
(
function
(
)
{
$
(
selector
)
[
0
]
.
focus
(
)
;
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink