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
c9faefd50e
zulip
/
static
/
js
/
ready.ts
6 lines
81 B
TypeScript
Raw
Blame
History
import
$
from
"jquery"
;
$
(
(
)
=
>
{
$
(
"#app-loading"
)
.
addClass
(
"loaded"
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink