mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	eslint: Enable no-extra-parens rule.
				
					
				
			Following sub-configuration is disabled:
                "nestedBinaryExpressions": false,
			
			
This commit is contained in:
		@@ -191,8 +191,8 @@ function create_stream() {
 | 
			
		||||
 | 
			
		||||
    created_stream = stream_name;
 | 
			
		||||
 | 
			
		||||
    var announce = (!!page_params.notifications_stream &&
 | 
			
		||||
        $('#announce-new-stream input').prop('checked'));
 | 
			
		||||
    var announce = !!page_params.notifications_stream &&
 | 
			
		||||
        $('#announce-new-stream input').prop('checked');
 | 
			
		||||
 | 
			
		||||
    loading.make_indicator($('#stream_creating_indicator'), {text: i18n.t('Creating stream...')});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user