(h5bp updates) chrome frame install prompt for ie7, small change to the

escaping of </script> for jquery local fallback
This commit is contained in:
Ben Word
2011-06-26 18:24:45 -06:00
parent a290f07e03
commit d92a532ad2
2 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,14 @@
</footer>
<?php roots_footer_after(); ?>
</div><!-- /#wrap -->
<?php wp_footer(); ?>
<?php roots_footer(); ?>
<!--[if lt IE 7]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script>
<script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script>
<![endif]-->
</body>
</html>