]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4363 add comment
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Jun 2013 13:16:49 +0000 (15:16 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Jun 2013 13:16:49 +0000 (15:16 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb

index a689ad1a68c231e3c319c850d5bed718f3b23687..7070765f7041cc3867ba914a2c6953dfaa3babd4 100644 (file)
@@ -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;
       }