Skip to content

Instantly share code, notes, and snippets.

@jonasporto
Created January 3, 2015 20:19
Show Gist options
  • Save jonasporto/1531842b09e9d8c8252b to your computer and use it in GitHub Desktop.
Save jonasporto/1531842b09e9d8c8252b to your computer and use it in GitHub Desktop.
function importTagToHead(tag){
var head = document.getElementsByTagName('head')[0];
head.appendChild(tag);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment