Skip to content

Commit

Permalink
fixed DD_belatedPNG missing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
saberma committed Feb 7, 2012
1 parent f27d44e commit 4cf2aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/theme.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
= stylesheet_link_tag "layout_shopqi_theme"
= javascript_include_tag :shopqi_application
/[if lt IE 7]
= javascript_include_tag 'DD_belatedPNG_0.0.8a-min'
= javascript_include_tag 'DD_belatedPNG_0.0.8a-min.js'
:javascript
DD_belatedPNG.fix('.png_bg');
/[if lt IE 8]
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
layout_application.css layout_admin.css layout_admin_print.css layout_shopqi.css
shopqi_ie-signup.css layout_shopqi_theme.css active_admin.css layout_shopqi_wiki.css
layout_checkout.css
ie6.css ie-admin.css ie7.css ie-checkout.css ie.css ie-themes.css ie7-themes.css
ie6.css ie-admin.css ie7.css ie-checkout.css ie.css ie-themes.css ie7-themes.css DD_belatedPNG_0.0.8a-min.js
)

# Disable delivery errors, bad email addresses will be ignored
Expand Down

0 comments on commit 4cf2aaa

Please sign in to comment.