mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
clean up new async DD_belated call.
This commit is contained in:
@@ -71,10 +71,8 @@
|
||||
|
||||
|
||||
<!--[if lt IE 7 ]>
|
||||
<script type="text/javascript">
|
||||
$.getScript("js/libs/dd_belatedpng.js", function() {
|
||||
DD_belatedPNG.fix('img, .png_bg');
|
||||
});
|
||||
<script> //fix any <img> or .png_bg background-images
|
||||
$.getScript("js/libs/dd_belatedpng.js",function(){ DD_belatedPNG.fix('img, .png_bg'); });
|
||||
</script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user