Skip to content

Instantly share code, notes, and snippets.

@bradwright
Created March 11, 2009 14:05
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 bradwright/77479 to your computer and use it in GitHub Desktop.
Save bradwright/77479 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
// circumvent window opening issues
if (document.domain.indexOf('MYDOMAIN.com') != -1) {
document.domain = 'MYDOMAIN.com';
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment