Skip to content

Instantly share code, notes, and snippets.

@atishgoswami
Created June 13, 2013 10:15
Show Gist options
  • Save atishgoswami/5772688 to your computer and use it in GitHub Desktop.
Save atishgoswami/5772688 to your computer and use it in GitHub Desktop.
<script>
if (/*@cc_on!@*/false) {
var headHTML = document.getElementsByTagName('head')[0].innerHTML;
headHTML += '<link type="text/css" rel="stylesheet" href="assets/ie.css">';
document.getElementsByTagName('head')[0].innerHTML = headHTML;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment