Skip to content

Commit

Permalink
going back to non-$.getScript'd DD_belatedPNG, due to some messy race…
Browse files Browse the repository at this point in the history
… conditions. fixes h5bp#245
  • Loading branch information
paulirish committed Dec 15, 2010
1 parent 961ec54 commit 977c042
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,8 @@


<!--[if lt IE 7 ]>
<script>
// More information on tackling transparent PNGs for IE goo.gl/mZiyb
//fix any <img> or .png_bg background-images
$.getScript("js/libs/dd_belatedpng.js",function(){ DD_belatedPNG.fix('img, .png_bg'); });
</script>
<script src="js/libs/dd_belatedpng.js"></script>
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
<![endif]-->

<!-- yui profiler and profileviewer - remove for production -->
Expand Down

0 comments on commit 977c042

Please sign in to comment.