<script type="text/javascript"> | |
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = bundle; // pegar esse bundle no cookie | |
script.async = true; | |
var body = document.getElementsByTagName('body')[0]; | |
body.appendChild(script); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment