From a5c1424a5b49fa66d4666789ae790331191bdebe Mon Sep 17 00:00:00 2001 From: stephenbroyer Date: Tue, 24 Sep 2013 17:38:29 +0200 Subject: [PATCH] SONAR-4674 Remove prototypejs from project configuration pages (update key) --- .../webapp/WEB-INF/app/views/project/_key_modules.html.erb | 4 ++-- .../src/main/webapp/WEB-INF/app/views/project/key.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/_key_modules.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/_key_modules.html.erb index 11eeb27ecc4..4cca51a28b6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/_key_modules.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/_key_modules.html.erb @@ -3,11 +3,11 @@ <%= h(current_module.key) -%> - <% form_tag( {:action => 'update_key', :id => current_module.id }, :onsubmit => "update_launched();$('loading_#{id_prefix}').show();") do -%> + <% form_tag( {:action => 'update_key', :id => current_module.id }, :onsubmit => "update_launched();$j('#loading_#{id_prefix}').show();") do -%> <%= submit_tag message('update_key.rename'), :id => 'update_key_' + id_prefix, :class => 'action', :confirm => message('update_key.are_you_sure_to_rename_x', :params => current_module.key) %> - <%= message('update_key.reset') -%> + <%= message('update_key.reset') -%> <% end %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/key.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/key.html.erb index 7efb7581e41..d0e9e7be0df 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/key.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/key.html.erb @@ -6,7 +6,7 @@