]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4665 Remove prototypejs from drilldown & components pages (drilldown measures)
authorstephenbroyer <stephen.broyer@sonarsource.com>
Fri, 20 Sep 2013 08:06:27 +0000 (10:06 +0200)
committerstephenbroyer <stephen.broyer@sonarsource.com>
Fri, 20 Sep 2013 08:38:35 +0000 (10:38 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb

index ffebc545822eb1458c606b603a0b51c7d3583608..87aa4f89dab824d4130e3b69deec4eb4ceffd17f 100644 (file)
@@ -97,7 +97,7 @@
 </div>
 <script>
   <% for i in 0...@drilldown.columns.size do  %>
-  $$('#col_<%= i -%> tr.selected').each(function (item) {
+  $j('#col_<%= i -%> tr.selected').each(function (index,item) {
     item.scrollIntoView(true);
   });
   <% end %>