mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Updated surveys structure
This commit is contained in:
parent
4e295b9a16
commit
ce3a4c82a5
@ -435,7 +435,7 @@ ComunicWeb.components.posts.ui = {
|
|||||||
var surveyQuestion = createElem2({
|
var surveyQuestion = createElem2({
|
||||||
appendTo: postRoot,
|
appendTo: postRoot,
|
||||||
type: "h4",
|
type: "h4",
|
||||||
innerHTML: infos.data_survey.infos.question,
|
innerHTML: infos.data_survey.question,
|
||||||
class: "post-survey-question"
|
class: "post-survey-question"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user