Skip to content

Commit

Permalink
Implement async load for dd_belated
Browse files Browse the repository at this point in the history
  • Loading branch information
jbueza committed Nov 16, 2010
1 parent a54714f commit f19e32e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@
<script src="js/script.js"></script>
<!-- end concatenated and minified scripts-->


<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
<script type="text/javascript">
$.getScript("js/libs/dd_belatedpng.js", function() {
DD_belatedPNG.fix('img, .png_bg');
});
</script>
<![endif]-->

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

0 comments on commit f19e32e

Please sign in to comment.