mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	text: Fix some typos (most of them found and fixed by codespell).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
		@@ -453,7 +453,7 @@ exports.on_load_success = function (realm_people_data) {
 | 
			
		||||
            } else {
 | 
			
		||||
                const new_profile_data = [];
 | 
			
		||||
                $("#user-info-form-modal .custom_user_field_value").each(function () {
 | 
			
		||||
                    // Remove duplicate datepicker input element genearted flatpicker library
 | 
			
		||||
                    // Remove duplicate datepicker input element generated flatpicker library
 | 
			
		||||
                    if (!$(this).hasClass("form-control")) {
 | 
			
		||||
                        new_profile_data.push({
 | 
			
		||||
                            id: parseInt($(this).closest(".custom_user_field").attr("data-field-id"), 10),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user