Skip to content

Commit

Permalink
807319 - Fix for IE8 (regression)
Browse files Browse the repository at this point in the history
(cherry picked from commit 481e832)
  • Loading branch information
knowncitizen committed Mar 28, 2012
1 parent 1c49996 commit 9fc3f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/views/layouts/katello.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
= include_stylesheets :common
= include_stylesheets controller.section_id
= yield :stylesheets

/ [if lt IE 9]
= include_javascripts :html5
- if controller.respond_to?(:section_id)
- section_id = controller.section_id
Expand Down Expand Up @@ -39,9 +42,6 @@
= include_javascripts :common
= render :partial => '/common/config'

/ [if lt IE 9]
= include_javascripts :html5

= render :partial => '/layouts/ajax_notices'
= render :partial => '/layouts/notification'
= render :partial => "/common/common_i18n"
Expand Down

0 comments on commit 9fc3f55

Please sign in to comment.