This is an automated email from the git hooks/post-receive script. New commit to branch feature/component_choice_editor in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 8f6b10d98ca302bba6a8a4b86ff9db57cb1dbd56 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 9 17:11:41 2017 +0100 gestion de l'édition des choix de type resource --- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html index ac65191..8364965 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html @@ -34,8 +34,6 @@ require("../components/time-picker.tag.html"); }); this.number = parseInt(this.opts.number, 10); - //this.mode = this.opts.mode; - //this.edit = this.opts.mode === "create" || this.opts.mode === "edit"; this.originalFile = this.opts.choice.choiceType === 'RESOURCE' ? this.opts.choice.choiceValue : null; this.showDescription = false; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.