branch develop updated (52c549cf -> ecf29c86)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 52c549cf fix #191 new ecf29c86 update npm dependencies + fix same ids 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 ecf29c8603149fa2c8dc5f07ff4414149b1c626a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jan 25 13:48:06 2018 +0100 update npm dependencies + fix same ids Summary of changes: pollen-ui-riot-js/package.json | 12 ++++++------ .../src/main/web/tag/components/HumanInput.tag.html | 8 ++++---- 2 files changed, 10 insertions(+), 10 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 develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ecf29c8603149fa2c8dc5f07ff4414149b1c626a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jan 25 13:48:06 2018 +0100 update npm dependencies + fix same ids --- pollen-ui-riot-js/package.json | 12 ++++++------ .../src/main/web/tag/components/HumanInput.tag.html | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index 780cc6bf..730bda53 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -32,26 +32,26 @@ "babel-cli": "^6.18.0", "babel-core": "^6.25.0", "babel-loader": "^6.2.5", - "copy-webpack-plugin": "^4.0.1", + "copy-webpack-plugin": "^4.3.1", "eslint": "^3.16.0", "eslint-plugin-riot": "^0.1.7", "json-loader": "^0.5.4", "loader-utils": "^0.2.6", - "riot-compiler": "^3.2.4", + "riot-compiler": "^3.4.0", "webpack": "^2.7.0", - "webpack-dev-server": "^2.5.1" + "webpack-dev-server": "^2.11.1" }, "dependencies": { "console.history": "^1.5.0", "font-awesome": "4.7.0", "html2canvas": "^0.5.0-beta4", - "moment": "^2.19.1", - "moment-timezone": "^0.5.13", + "moment": "^2.20.1", + "moment-timezone": "^0.5.14", "nprogress": "^0.2.0", "object.values": "^1.0.4", "qrcode-generator": "^1.3.0", "remarkable": "^1.7.1", - "riot": "^3.6.1", + "riot": "^3.8.1", "riot-route": "^3.1.2", "tooltip.js": "^1.1.7" } diff --git a/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html index 3b65053f..242f739f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html @@ -8,12 +8,12 @@ it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -21,7 +21,7 @@ <HumanInput> <input type="text" autocomplete="off" - id="pollenInput" + class="pollenInputHide" name="pollenInput" ref="pollenInput"/> @@ -48,7 +48,7 @@ </script> <style> - #pollenInput { + .pollenInputHide { display: none; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm