mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Add people.initialize().
This makes us not have to stub jquery in many of our node tests!
This commit is contained in:
@@ -241,6 +241,7 @@ $(function () {
|
||||
|
||||
// initialize other stuff
|
||||
reload.initialize();
|
||||
people.initialize();
|
||||
markdown.initialize();
|
||||
composebox_typeahead.initialize();
|
||||
search.initialize();
|
||||
|
||||
Reference in New Issue
Block a user