mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fix iOS 9 issue
This commit is contained in:
		@@ -87,9 +87,9 @@ ComunicWeb.pages.conversations.listPane = {
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		//Process the list of conversations
 | 
			
		||||
		for (const num in list) {
 | 
			
		||||
		for (var num in list) {
 | 
			
		||||
			if (list.hasOwnProperty(num)) {
 | 
			
		||||
				const conversation = list[num];
 | 
			
		||||
				var conversation = list[num];
 | 
			
		||||
				
 | 
			
		||||
				//Display conversation element
 | 
			
		||||
				this._display_entry(conversationsContainer, conversation, args);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user