diff options
author | stephenbroyer <stephen.broyer@sonarsource.com> | 2013-09-24 14:16:57 +0200 |
---|---|---|
committer | stephenbroyer <stephen.broyer@sonarsource.com> | 2013-09-24 14:23:08 +0200 |
commit | c478aeeeacce6b53863efe92c5cf2c1abb40e948 (patch) | |
tree | 131fc0e5767c5793256fa190fe7b72de66180dd6 /sonar-server/src/main | |
parent | 5aa6e8f90168a1774fdb796675671122b69fee24 (diff) | |
download | sonarqube-c478aeeeacce6b53863efe92c5cf2c1abb40e948.tar.gz sonarqube-c478aeeeacce6b53863efe92c5cf2c1abb40e948.zip |
SONAR-4673 Remove prototypejs from "System" administration console
(modification of the file generate_secret_form.htlm.erb)
Diffstat (limited to 'sonar-server/src/main')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb index 26856e4bbc4..f548a780938 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb @@ -20,7 +20,7 @@ url:'<%=ApplicationController.root_context-%>/encryption_configuration/generate_secret', type:'post', success:function(response){$j('#secret_content').html(response);}, - error:function(response){$j('#secret_error').show();} + error:function(response){ $j('#secret_error').html(response); $j('#secret_error').show();} }); return false;"> </input> |