diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-09-05 16:58:33 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-09-05 16:59:10 +0200 |
commit | 85de25a72bf386abb927da8047786bb97160d184 (patch) | |
tree | 505eadd51d8d47e554619c7ca919521094aa27b8 /plugins | |
parent | 9d067cff77e01462cee0a60742410fc375197ca5 (diff) | |
download | sonarqube-85de25a72bf386abb927da8047786bb97160d184.tar.gz sonarqube-85de25a72bf386abb927da8047786bb97160d184.zip |
SONAR-2074 Fix bug on IE6/7
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb index 224099ade83..7ca169be837 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb @@ -1,4 +1,3 @@ -<%= javascript_include_tag 'protovis-sonar' %> <% # Retrieve widget settings metric_data_map = {} |