]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4517 move dependencies pages to Jquery
authorstephenbroyer <stephen.broyer@sonarsource.com>
Mon, 2 Sep 2013 16:00:12 +0000 (18:00 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 11 Sep 2013 09:00:01 +0000 (11:00 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb

index 195facdec93efcd0197f5c9b7b0296accdbd7064..1fd4756b3addd6f99c5700774ccad0e03b13187b 100644 (file)
@@ -97,7 +97,7 @@ padding: 5px;
   <% end %>
 </div>
 <script>
-$$('#artifacts_col tr.selected').each(function(item) {item.scrollIntoView(true);});
-$$('#versions_col tr.selected').each(function(item) {item.scrollIntoView(true);});
-$$('#results_col tr.selected').each(function(item) {item.scrollIntoView(true);});
+$j('#artifacts_col tr.selected').each(function(index,item) {item.scrollIntoView(true);});
+$j('#versions_col tr.selected').each(function(index,item) {item.scrollIntoView(true);});
+$j('#results_col tr.selected').each(function(index,item) {item.scrollIntoView(true);});
 </script>
\ No newline at end of file