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
09920af211
zulip
/
static
/
js
/
ready.js
3 lines
49 B
JavaScript
Raw
Normal View
History
Unescape
Escape
templates: Make the Loading… message more robust. Don’t hide it until both CSS and JS have loaded. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-20 06:43:04 +02:00
$
(
"#app-loading"
)
.
addClass
(
"loaded"
)
;
js: Convert static/js/ready.js to ES6 module. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-10 17:10:54 +01:00
export
{
}
;