This is an automated email from the git hooks/post-receive script. New commit to branch feature/refonte-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit acd2b46b2ae4970bfda789a0a53a17fbcfad8d15 Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 10:04:22 2020 +0200 Lint --- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html index 781a6bbc..bad8d44a 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html @@ -198,7 +198,7 @@ this.refresh = () => { if (this.poll && this.poll.questions[0] && this.poll.questions[0].canVote) { this.tempVoteValues = {}; - if(this.tags.votes) { + if (this.tags.votes) { //Store temporary vote values let refs = this.tags.votes.tags.editvote.refs; this.poll.questions[0].choices.forEach(choice => { @@ -222,7 +222,7 @@ this.poll.reloadVoteCountingTypeValue(this.poll.questions[0]).then(() => { this.update(); //Set back temporary stored values - if(this.tags.votes) { + if (this.tags.votes) { let refs = this.tags.votes.tags.editvote.refs; this.poll.questions[0].choices.forEach(choice => { let input = refs[choice.id + "_voteValue"]; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.