mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +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({
|
createElem2({
|
||||||
appendTo: lengendLi,
|
appendTo: lengendLi,
|
||||||
type: "span",
|
type: "span",
|
||||||
innerHTML: " "+surveyData[i].label
|
innerHTML: " " + (surveyData[i].value > 0 ? "("+surveyData[i].value+") " : "") + surveyData[i].label
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user