This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2d4566d987c3a14da60a2dd6b5868c48f37e1c4d Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 23 11:09:05 2019 +0200 Tab index --- pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html index 475f949a..7fc80282 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html @@ -39,7 +39,7 @@ import "../voteCountingType/MajorityJudgmentDetailResult.tag.html"; <button type="button" class="c-button c-button--info" - tabindex="1" + tabindex="2" onclick={nextQuestion} disabled={questionToVote === poll.questions.length - 1}> {_t.nextQuestion} 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 11f0b6f5..9a72258d 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 @@ -32,7 +32,7 @@ <button type="button" class="c-button c-button--info" - tabindex="1" + tabindex="2" onclick={nextQuestion} disabled={questionToVote === poll.questions.length - 1}> {_t.nextQuestion} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.