Skip to content

Instantly share code, notes, and snippets.

@mjangda
Created November 30, 2012 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjangda/4178429 to your computer and use it in GitHub Desktop.
Save mjangda/4178429 to your computer and use it in GitHub Desktop.
<!--[if lte IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>js/respond/respond.min.js"></script>
<link href="<?php echo get_template_directory_uri(); ?>/js/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<?php // need to load the following proxy files from the mapped domain for cross-domain handling ?>
<link href="<?php echo wpcom_vip_noncdn_uri( dirname( __FILE__ ) ); ?>/js/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<script src="<?php echo wpcom_vip_noncdn_uri( dirname( __FILE__ ) ); ?>/js/respond/respond.proxy.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment