Skip to content

Instantly share code, notes, and snippets.

@fgilio
Created October 20, 2015 15:49
Show Gist options
  • Save fgilio/95b421c73f9e5a9257fd to your computer and use it in GitHub Desktop.
Save fgilio/95b421c73f9e5a9257fd to your computer and use it in GitHub Desktop.
function (filename){
var fileref=document.createElement('script')
fileref.setAttribute("type","text/javascript")
fileref.setAttribute("src", filename)
document.getElementsByTagName("head")[0].appendChild(fileref)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment