mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -48,7 +48,7 @@ ComunicWeb.components.notifications.service = {
 | 
			
		||||
					target_conversations.innerHTML = response.conversations;
 | 
			
		||||
 | 
			
		||||
					//If the number of notifications equals 0, hide the target if required
 | 
			
		||||
					if(response.notifications == 0 && auto_hide)
 | 
			
		||||
					if(response.conversations == 0 && auto_hide)
 | 
			
		||||
						target_conversations.style.display = "none";
 | 
			
		||||
					else
 | 
			
		||||
						target_conversations.style.display = "block";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user