[pollen] branch develop updated (a2aa2e5 -> bd05eab)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from a2aa2e5 add translate poll.noComment, fix link comment in sidebar new bd05eab fix name of defaultAlertTimeWarning 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 bd05eab7a8cb9b532fb5afa60b903e6a27adc65a Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 15:32:01 2014 +0200 fix name of defaultAlertTimeWarning Summary of changes: pollen-ui-angular/src/main/webapp/js/conf.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 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>.
participants (1)
-
chorem.org scm