-
-
Save chrisgoddard/6fd429e74f4c4b26fdc7 to your computer and use it in GitHub Desktop.
Async Script Loader
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
(function(a,b,c,e,d){a=b.createElement(c); | |
b=b.getElementsByTagName(c)[0]; | |
a.async=1;d&&(a.onload=d);a.src=e;b.parentNode.insertBefore(a,b) | |
})(window,document,"script","//example.com/script", function callback(){}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment