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

@@ -1590,8 +1590,8 @@ $(function () {
$('.logout_button').click(function (e) {
$('#logout_form').submit();
});
$('.restart_get_updates_button').click(function (e) {
server_events.restart_get_updates({dont_block: true});
$('.restart_get_events_button').click(function (e) {
server_events.restart_get_events({dont_block: true});
});
$('#api_key_button').click(function (e) {