mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 11:44:19 +00:00 
			
		
		
		
	Display the number of responses for a choice on survey choices.
This commit is contained in:
		@@ -684,7 +684,7 @@ ComunicWeb.components.posts.ui = {
 | 
			
		||||
				createElem2({
 | 
			
		||||
					appendTo: lengendLi,
 | 
			
		||||
					type: "span",
 | 
			
		||||
					innerHTML: " "+surveyData[i].label
 | 
			
		||||
					innerHTML: " " + (surveyData[i].value > 0 ? "("+surveyData[i].value+") " : "") + surveyData[i].label
 | 
			
		||||
				});
 | 
			
		||||
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user