mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Remove extra consecutive spaces.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							883e2fd325
						
					
				
				
					commit
					8046b6477a
				
			@@ -6,8 +6,8 @@ exports.create_ajax_request = function (url, form_name, stripe_token = null, num
 | 
			
		||||
    const form_error = "#" + form_name + "-error";
 | 
			
		||||
    const form_loading = "#" + form_name + "-loading";
 | 
			
		||||
 | 
			
		||||
    const zulip_limited_section =  "#zulip-limited-section";
 | 
			
		||||
    const free_trial_alert_message =  "#free-trial-alert-message";
 | 
			
		||||
    const zulip_limited_section = "#zulip-limited-section";
 | 
			
		||||
    const free_trial_alert_message = "#free-trial-alert-message";
 | 
			
		||||
 | 
			
		||||
    loading.make_indicator($(form_loading_indicator),
 | 
			
		||||
                           {text: "Processing ...", abs_positioned: true});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user