]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3273 Do not apply hack on IE6
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 Feb 2012 18:42:03 +0000 (19:42 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 17 Feb 2012 18:42:31 +0000 (19:42 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_footer.html.erb

index 4c62051b3748ae96addddf42a6a924e5b3279855..0d30ce4ad23c0ca8609e77efd1fd635485ed8aa3 100644 (file)
 </script>
 <% end %>
 
-<!--[if lt IE 8]>
+<!--[if IE 7]>
 <script>
-  var columns=$$('.scrollable');
-  columns.each(function(column) {
+  $$('.scrollable').each(function(column) {
     if (column.scrollHeight>column.offsetHeight) {
       column.addClassName('scroll-ie');
     }