Skip to content

Instantly share code, notes, and snippets.

@cjmyles
Created October 14, 2015 04:57
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 cjmyles/538a63cdb4738dd141d3 to your computer and use it in GitHub Desktop.
Save cjmyles/538a63cdb4738dd141d3 to your computer and use it in GitHub Desktop.
Explicit base tag for IE
<!--[if IE]>
<script>document.write('<base href="' + window.location.protocol + '//' + window.location.host + '/" />');</script>
<![endif]-->
<![if !IE]>
<script>document.write('<base href="/" />');</script>
<![endif]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment