]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4665 Remove prototypejs from drilldown & components pages
authorstephenbroyer <stephen.broyer@sonarsource.com>
Fri, 20 Sep 2013 08:37:32 +0000 (10:37 +0200)
committerstephenbroyer <stephen.broyer@sonarsource.com>
Fri, 20 Sep 2013 08:38:35 +0000 (10:38 +0200)
(code remove because ie7 is not supported anymore)

sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_footer.html.erb

index 0d30ce4ad23c0ca8609e77efd1fd635485ed8aa3..a2e095d50783bb6b85943e0e3304ad4d673687de 100644 (file)
@@ -9,13 +9,3 @@
   <% end %>
 </script>
 <% end %>
-
-<!--[if IE 7]>
-<script>
-  $$('.scrollable').each(function(column) {
-    if (column.scrollHeight>column.offsetHeight) {
-      column.addClassName('scroll-ie');
-    }
-  });
-</script>
-<![endif]-->