From: Simon Brandhof Date: Tue, 18 Jun 2013 13:16:49 +0000 (+0200) Subject: SONAR-4363 add comment X-Git-Tag: 3.7~454 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e788ca6ab7cf342fd9468f3c4764126c8a5bb62;p=sonarqube.git SONAR-4363 add comment --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb index a689ad1a68c..7070765f704 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb @@ -95,6 +95,7 @@ }) .on('keypress', 'form', function (e) { if (e.which == 13 && e.target.nodeName != "TEXTAREA") { + /* See https://jira.codehaus.org/browse/SONAR-4363 */ submit_settings.click(); return false; }