]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4672 Remove prototypejs from security administration console
authorstephenbroyer <stephen.broyer@sonarsource.com>
Tue, 24 Sep 2013 10:45:02 +0000 (12:45 +0200)
committerstephenbroyer <stephen.broyer@sonarsource.com>
Tue, 24 Sep 2013 12:23:08 +0000 (14:23 +0200)
(modification of the focus on user_login))

sonar-server/src/main/webapp/WEB-INF/app/views/users/new.html.erb

index d5333ffb8f675381b76fbff20cfbfdcf2badb129..23adb12555dd58bb7219a9cd27733dae0aa34220 100644 (file)
@@ -31,6 +31,6 @@
 </table>
 <script type="text/javascript">
 //<![CDATA[
-  $j('#login').focus();
+  $j('#user_login').focus();
 //]]>
 </script>