This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit bd05eab7a8cb9b532fb5afa60b903e6a27adc65a Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 15:32:01 2014 +0200 fix name of defaultAlertTimeWarning --- pollen-ui-angular/src/main/webapp/js/conf.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/js/conf.js.example b/pollen-ui-angular/src/main/webapp/js/conf.js.example index 0f18813..7b2579f 100644 --- a/pollen-ui-angular/src/main/webapp/js/conf.js.example +++ b/pollen-ui-angular/src/main/webapp/js/conf.js.example @@ -28,7 +28,7 @@ var conf = { // Time in ms to print alert warning // -1 for infinite time, click or reload for close alert - defaultAlertTimeWaring: 5000, // 5s + defaultAlertTimeWarning: 5000, // 5s // Time in ms to print alert error // -1 for infinite time, click or reload for close alert -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.