This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 0afd3815f924c096f60ee24e84241b8be91b2023 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Mar 31 12:21:30 2015 +0200 Suppression de code mort (?) --- wao-web/src/main/webapp/WEB-INF/content/authentication/login.jsp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/authentication/login.jsp b/wao-web/src/main/webapp/WEB-INF/content/authentication/login.jsp index 3aeb73b..8a39c9e 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/authentication/login.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/authentication/login.jsp @@ -32,11 +32,6 @@ $('input[name="login"]').focus(); }); </script> - <script type="text/javascript"> - function getLogin() { - return login = $('input[name="login"]').val(); - } - </script> </head> <body> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.