Updated surveys structure

This commit is contained in:
Pierre 2018-04-21 19:11:54 +02:00
parent 4e295b9a16
commit ce3a4c82a5

View File

@ -435,7 +435,7 @@ ComunicWeb.components.posts.ui = {
var surveyQuestion = createElem2({
appendTo: postRoot,
type: "h4",
innerHTML: infos.data_survey.infos.question,
innerHTML: infos.data_survey.question,
class: "post-survey-question"
});