This is an automated email from the git hooks/post-receive script. New commit to branch release/3.3.14 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ec8bb982c1cca460366c4f2d833fa783144a5732 Author: jcouteau <couteau@codelutin.com> Date: Tue Jan 12 17:10:54 2021 +0100 :adhesive_bandage: Fix linter issues --- pollen-ui-riot-js/src/main/web/tag/components/MultiLineLabel.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html | 1 - pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/MultiLineLabel.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/MultiLineLabel.tag.html index ff960b74..16053493 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/MultiLineLabel.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/MultiLineLabel.tag.html @@ -34,7 +34,7 @@ } var converter = new showdown.Converter(); - this.refs.label.insertAdjacentHTML('beforebegin', converter.makeHtml(labelText)); + this.refs.label.insertAdjacentHTML("beforebegin", converter.makeHtml(labelText)); }); </script> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html index 368f8cc9..36e7fde6 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html @@ -247,7 +247,6 @@ import "./Report.tag.html"; this.lazyLoad = pagination => { return this.poll.loadLazyComments(pagination).then((result) => { - console.log(result); if (!this.loaded) { this.loaded = true; this.update(); diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html index 819291a7..d32fbc52 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html @@ -142,7 +142,7 @@ } else { this.pollTypeCheckbox = this.poll.questions[0].voteCountingTypeValue && this.poll.questions[0].voteCountingTypeValue.renderType === "checkbox"; } - } + }; this.updateShowChoiceContainer = () => { let results0 = this.refs.lazyLoad && this.refs.lazyLoad.refs.results0; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.