From: Simon Brandhof Date: Wed, 3 Oct 2012 09:06:08 +0000 (+0200) Subject: Use jQuery instead of prototypejs in login form X-Git-Tag: 3.3~136 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b57c422d4329d310aba62906d5aba37a092256ab;p=sonarqube.git Use jQuery instead of prototypejs in login form --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb index 86add65fe92..b46ec95f6be 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb @@ -24,13 +24,9 @@ <% if flash[:loginerror] %>
<%= flash[:loginerror] %>
- <% end %> - + <% end %> + - - + + \ No newline at end of file diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb index f5082f89894..b887c5ae7f4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb @@ -32,8 +32,4 @@ - +