server_events: Move initialization to ui_init.js.

This commit is contained in:
Cory Lynch
2017-07-03 21:14:24 -04:00
committed by Tim Abbott
parent e33b178054
commit effd7ef41f
2 changed files with 3 additions and 2 deletions

View File

@@ -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();