(h5bp updates) chrome frame install prompt for ie7, small change to the
escaping of </script> for jquery local fallback
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user