mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
server_events: Move initialization to ui_init.js.
This commit is contained in:
@@ -243,6 +243,7 @@ $(function () {
|
||||
|
||||
// initialize other stuff
|
||||
reload.initialize();
|
||||
server_events.initialize();
|
||||
people.initialize();
|
||||
bot_data.initialize(); // Must happen after people.initialize()
|
||||
message_fetch.initialize();
|
||||
|
||||
Reference in New Issue
Block a user