Looks like our layout is IE-compatible without additional hacks... needs further testing (IE works? The sky is falling!)

pull/6827/head
friflaj 14 years ago
parent 277376f4dc
commit 0aebd79bcc
  1. 3
      app/views/layouts/rb.html.erb

@ -8,7 +8,8 @@
<%= theme_stylesheet_link_tag 'global.css', 'jquery-ui.css' %>
<%= javascript_include_tag 'jquery-1.4.2.min.js', 'jquery-ui-1.8rc3.custom.min.js', 'jquery.jeditable.mini.js', 'jquery.cookie.js', 'common.js', :plugin => 'redmine_backlogs' %>
<!--[if lte IE 7]>
<!-- looks like we don't need this anymore -->
<!--[if lte IE 1]>
<script type="text/javascript">
// and when it all appears to work beautifully on every browser,
// it fails on IE

Loading…
Cancel
Save