mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Display the number of responses for a choice on survey choices.
This commit is contained in:
parent
affe9a96f5
commit
f91ffba2a4
@ -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
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user