Last active
April 14, 2016 18:58
-
-
Save ilagnev/16b28aa815b42ba7f3db to your computer and use it in GitHub Desktop.
add js to page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var sc = document.createElement('script'); | |
sc.setAttribute('src','http://example.com/site.js'); | |
document.head.appendChild(sc); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment