From f6e5025bc585659aebf9c37bef91d038b6959305 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 9 Jul 2013 17:29:03 +0200 Subject: [PATCH] SONAR-4421 Remove autofocus on comment text area to prevent bulk change modal window to scroll down --- .../webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb index 6cf20cf7c8a..3f0795a38d4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb @@ -97,7 +97,7 @@
- +
<%= render :partial => 'markdown/tips' -%> -- 2.39.5