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 7da4b570f6943a7b6fe17c602bd5a432b34c55ba Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 7 15:46:06 2017 +0200 correction error riot --- pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html index c5615258..f9424f0a 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html @@ -66,7 +66,7 @@ require("../components/HumanInput.tag.html"); </span> </div> </div> - <div class="footer separator-top" if="{poll.canVote}"> + <div class="footer separator-top" if="{loaded && poll.canVote}"> <div class="current-voter-actions separator-right"> <div class="current-voter-buttons"> <button if={!voteInEdition} @@ -214,8 +214,6 @@ require("../components/HumanInput.tag.html"); && this.refs.results0.offsetWidth / this.poll.choices.length >= MIN_CHOICE_COLUMN_WIDTH; }; - console.log(this.poll) - this.onPollChange = poll => { this.loaded = poll.choices !== undefined; this.poll = poll; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.