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
1c7954b452
zulip
/
static
/
js
/
portico
/
confirm-preregistrationuser.js
6 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
js: Use jQuery as a module. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-11 05:43:45 +01:00
import
$
from
"jquery"
;
eslint: Enable prefer-arrow-callback. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-02 01:45:54 +02:00
$
(
(
)
=>
{
js: Replace deprecated jQuery event trigger shorthand. Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-20 21:24:26 +02:00
$
(
"#register"
)
.
trigger
(
"submit"
)
;
confirm_preregistrationuser: Uninline script. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-14 01:26:57 +02:00
}
)
;