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 233a6ed298b34214570e2dee00b6adbebe15fd18 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 4 11:59:32 2017 +0200 ajout de paramètres manquants --- pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1410c03e..1912f7e3 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 @@ -51,7 +51,7 @@ require("../voteCountingType/CoombsDetailResult.tag.html"); this.listen("poll", this.onPollChange); - this.listen("user", () => { + this.listen("user", (user, oldUser) => { if (user != oldUser) { this.poll.loadResults(); this.update(); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.