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
4e42137bd9
zulip
/
static
/
js
/
portico
/
confirm-preregistrationuser.js
4 lines
43 B
JavaScript
Raw
Normal View
History
Unescape
Escape
eslint: Enable prefer-arrow-callback. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-02 01:45:54 +02:00
$
(
(
)
=>
{
confirm_preregistrationuser: Uninline script. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-14 01:26:57 +02:00
$
(
"#register"
)
.
submit
(
)
;
}
)
;