mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fix typos
This commit is contained in:
		@@ -33,7 +33,7 @@ function ws(title, data = {}) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Create a quick language access function shorcut
 | 
					 * Create a quick language access function shortcut
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * @param {String} stringName The name of the string to show
 | 
					 * @param {String} stringName The name of the string to show
 | 
				
			||||||
 * @param {Array} stringParams The optionnal parametres to include with the string
 | 
					 * @param {Array} stringParams The optionnal parametres to include with the string
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -71,7 +71,7 @@ ComunicWeb.components.account.export.worker = {
 | 
				
			|||||||
	 */
 | 
						 */
 | 
				
			||||||
	parse: function(data, zip){
 | 
						parse: function(data, zip){
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		//Get UI shorcut
 | 
							//Get UI shortcut
 | 
				
			||||||
		var ui = ComunicWeb.components.account.export.ui;
 | 
							var ui = ComunicWeb.components.account.export.ui;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		var Promise = window.Promise;
 | 
							var Promise = window.Promise;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user