From 5e788ca6ab7cf342fd9468f3c4764126c8a5bb62 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 18 Jun 2013 15:16:49 +0200 Subject: [PATCH] SONAR-4363 add comment --- .../main/webapp/WEB-INF/app/views/settings/_properties.html.erb | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5