Rename get_updates to get_events in the frontend.

We did this rename on the backend ages ago.

(imported from commit 11bdf6aa08d932fe2586de282f6174e3dba7267a)
This commit is contained in:
Tim Abbott
2014-01-30 14:29:00 -05:00
parent e60f148a3e
commit 1eb294ed11
8 changed files with 56 additions and 56 deletions

View File

@@ -327,7 +327,7 @@ function finale() {
is_running = false;
current_msg_list.clear();
// Force a check on new events before we re-render the message list.
server_events.force_get_updates();
server_events.force_get_events();
stream_data.set_stream_info(real_stream_info);
util.show_first_run_message();
current_msg_list.rerender();