]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-968 Remove unused code
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Fri, 28 Sep 2012 11:23:57 +0000 (13:23 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Fri, 28 Sep 2012 12:51:40 +0000 (14:51 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb

index 2a44c0e730ce04964748bc653b1fc80b06023394..ceaeddf1f2b0c70c94434e71a044a62061e5ea52 100644 (file)
               <% end %>
               <%= qualifier_icon(resource) -%>&nbsp;
               <% if resource.source_code? %>
-                <a href="#" onclick="$$('#col_<%= index -%> tr').invoke('removeClassName', 'selected'); $('row_<%= index -%>_<%= row_index -%>').addClassName('selected'); d(<%= resource.id -%>, '<%= @period_index -%>', '<%= @rule ? @rule.key : @severity -%>');" 
+                <a href="#" onclick="$$('#col_<%= index -%> tr').invoke('removeClassName', 'selected'); $('row_<%= index -%>_<%= row_index -%>').addClassName('selected'); d(<%= resource.id -%>);" 
                    alt="<%= resource.name(true) -%>" title="<%= resource.name(true) -%>"><%= resource.name(false) %></a>
               <% else %>
                 <%= link_to(h(resource.name), {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}) -%>
     item.scrollIntoView(true);
   });
   <% end %>
-
-  <% if @drilldown.highlighted_resource %>
-  d(<%= @drilldown.highlighted_resource.id -%>);
-  <% end %>
 </script>
 <%= render :partial => 'footer' -%>
\ No newline at end of file