Skip to content

Commit

Permalink
dd_belatedpng should be dd_belatedpng.min
Browse files Browse the repository at this point in the history
it comes preminified, and we don't need to minify it again

This also updates the html so that the script is not missing if the
unminified scripts are unavailable on the server

This commit requires a change to existing html files :/
  • Loading branch information
mdonoughe committed Apr 16, 2011
1 parent eab37fe commit a59a243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@




<!--[if lt IE 7 ]> <!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script> <script src="js/libs/dd_belatedpng.min.js"></script>
<script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
<![endif]--> <![endif]-->


Expand Down
File renamed without changes.

0 comments on commit a59a243

Please sign in to comment.