From b57c422d4329d310aba62906d5aba37a092256ab Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 3 Oct 2012 11:06:08 +0200 Subject: [PATCH] Use jQuery instead of prototypejs in login form --- .../webapp/WEB-INF/app/views/sessions/login.html.erb | 12 ++++-------- .../webapp/WEB-INF/app/views/sessions/new.html.erb | 6 +----- 2 files changed, 5 insertions(+), 13 deletions(-) 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 @@ - + -- 2.39.5