diff options
author | stephenbroyer <stephen.broyer@sonarsource.com> | 2013-09-24 12:45:02 +0200 |
---|---|---|
committer | stephenbroyer <stephen.broyer@sonarsource.com> | 2013-09-24 14:23:08 +0200 |
commit | 5aa6e8f90168a1774fdb796675671122b69fee24 (patch) | |
tree | 2782b0f5729e37a1f9fe6bb6b48b81238f2acba4 /sonar-server/src | |
parent | 5de63e51a05feb67c6f98cbfdca5ce0e18e0815c (diff) | |
download | sonarqube-5aa6e8f90168a1774fdb796675671122b69fee24.tar.gz sonarqube-5aa6e8f90168a1774fdb796675671122b69fee24.zip |
SONAR-4672 Remove prototypejs from security administration console
(modification of the focus on user_login))
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/users/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/users/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/users/new.html.erb index d5333ffb8f6..23adb12555d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/users/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/users/new.html.erb @@ -31,6 +31,6 @@ </table> <script type="text/javascript"> //<![CDATA[ - $j('#login').focus(); + $j('#user_login').focus(); //]]> </script> |