mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix missing variable
This commit is contained in:
		@@ -54,7 +54,7 @@ ComunicWeb.components.account.export.worker = {
 | 
			
		||||
				//Ready to parse data
 | 
			
		||||
				ComunicWeb.components.account.export.worker.parse(data, zip);
 | 
			
		||||
 | 
			
		||||
			}).catch(function(){
 | 
			
		||||
			}).catch(e => {
 | 
			
		||||
				ComunicWeb.debug.logMessage("Could not parse personnal data export navigator!");
 | 
			
		||||
				ComunicWeb.components.account.export.ui.exportFatalError(e);
 | 
			
		||||
				return;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user