mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -244,7 +244,7 @@ ComunicWeb.components.posts.ui = {
 | 
				
			|||||||
		else {
 | 
							else {
 | 
				
			||||||
			//Log error
 | 
								//Log error
 | 
				
			||||||
			ComunicWeb.debug.logMessage("Not implemented kind of post: " + infos.kind);
 | 
								ComunicWeb.debug.logMessage("Not implemented kind of post: " + infos.kind);
 | 
				
			||||||
			ComunicWeb.common.error.submitError("notice", "Unimplemented kind of post" + infos.kind, 0, {});
 | 
								ComunicWeb.common.error.submitError("notice", "Unimplemented kind of post: " + infos.kind, 0, {});
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user