]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2706 Fix issue with element focus
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 23 May 2012 07:39:23 +0000 (09:39 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 23 May 2012 07:55:20 +0000 (09:55 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_review.html.erb

index 3b1ba353dce8c458bb165c2dc41fb01d9763e091..2a159fb6ec7c9b680df46dccae95e4d466735659 100644 (file)
@@ -55,7 +55,7 @@
           <%= button_to_remote message("reviews.command.#{screen.getCommandKey()}.button"),
                              :url => {:controller => "project_reviews", :action => "screen", :id => review.id, :command => screen.getCommandKey()},
                              :update => "actionForm",
-                             :complete => "$('actionButtons').remove();$('actionForm').show();$('selectSeverity').focus();" -%>
+                             :complete => "$('actionButtons').remove();$('actionForm').show();$('actionText').focus();" -%>
         <%
            end
          end