mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user