AndresThomas

Results 1 comments of AndresThomas

this work for me!! define the next function ``` function addScript(url) { var script = document.createElement('script'); script.type = 'application/javascript'; script.src = url; document.head.appendChild(script); } ``` and then when your document...