branch develop updated (651ca754 -> b2b9ed48)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 651ca754 ref #225 : Erreur à la création d'un sondage avec un seul choix new b2b9ed48 Fix typos The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit b2b9ed48fb1bdf86d8c563c9e20652c3de70da5a Author: jcouteau <couteau@codelutin.com> Date: Fri Sep 7 16:52:08 2018 +0200 Fix typos Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit b2b9ed48fb1bdf86d8c563c9e20652c3de70da5a Author: jcouteau <couteau@codelutin.com> Date: Fri Sep 7 16:52:08 2018 +0200 Fix typos --- pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html index 0dd56b94..e331da8f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choices.tag.html @@ -86,7 +86,7 @@ return Array.isArray(this.refs.choicesDrag) ? this.refs.choicesDrag : ( this.refs.choicesDrag ? [this.refs.choicesDrag] : [] ); - } + }; this.placeChoices = noAnim => { if (!this.refs.choicesDrag) { diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html index 7a65d2d3..77069933 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html @@ -151,7 +151,7 @@ return Array.isArray(this.refs.choices) ? this.refs.choices : ( this.refs.choices ? [this.refs.choices] : [] ); - } + }; this.placeChoices = noAnim => { if (!this.refs.choices) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm