Skip to content

Instantly share code, notes, and snippets.

@gus
Created March 20, 2012 21:02
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 gus/2141272 to your computer and use it in GitHub Desktop.
Save gus/2141272 to your computer and use it in GitHub Desktop.
document.write weirdness
console.log("external1 before/" + document.readyState);
document.write("hello again, world");
console.log("external1 after/" + document.readyState);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment