branch release/3.3.6 updated (05b7f269 -> 472652df)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.3.6 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 05b7f269 Next development version new 472652df Fix build 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 472652dfaaf690488d3f5d8a7ae0aa2ce09cfdbb Author: Jean Couteau <couteau@codelutin.com> Date: Tue May 5 10:29:05 2020 +0200 Fix build Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html | 5 +---- 1 file changed, 1 insertion(+), 4 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 release/3.3.6 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 472652dfaaf690488d3f5d8a7ae0aa2ce09cfdbb Author: Jean Couteau <couteau@codelutin.com> Date: Tue May 5 10:29:05 2020 +0200 Fix build --- pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 8060a7b7..368f8cc9 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 @@ -269,10 +269,7 @@ import "./Report.tag.html"; this.openComments = () => { this.open = true; this.poll.loadCommentAuthorName().then(()=>{ - console.log("here") - console.log(this.loaded); - console.log(this.poll); - this.refresh() + this.refresh(); }); }; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm