From db58d55d4f1003359380545968216dcf2024e154 Mon Sep 17 00:00:00 2001 From: stephenbroyer Date: Tue, 6 Aug 2013 18:33:43 +0200 Subject: [PATCH] SONAR-4517 Move from prototypeJS/scriptaculous to jQuery --- .../WEB-INF/app/views/rules_configuration/_rule.html.erb | 4 ---- .../WEB-INF/app/views/rules_configuration/_rule_note.html.erb | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb index 8e483891158..d25dac950c9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb @@ -121,7 +121,3 @@ - - diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb index 53bc74a3a70..1b2a7f5646e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb @@ -23,7 +23,7 @@ <% if profiles_administrator? %>
<%= message('rules_configuration.extend_description') %> + onclick="$j('#<%= note_detail_div_id -%>').hide();$j('#<%= note_form_div_id -%>').show();$j('#<%= note_textarea_id -%>').focus();return false;"><%= message('rules_configuration.extend_description') %>
<% end %> @@ -45,7 +45,7 @@ - <%= message('cancel') %> + <%= message('cancel') %> <%= render :partial => 'markdown/tips' -%> -- 2.39.5