Skip to content

Instantly share code, notes, and snippets.

@iurevych
Created August 21, 2014 11:04
Show Gist options
  • Save iurevych/205d52559b03f1856b9b to your computer and use it in GitHub Desktop.
Save iurevych/205d52559b03f1856b9b to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function() { function asyncTalkableLoad() { var s = document.createElement('script'); s.src = '/test/integration.js?v=' + Math.floor(Math.random() * 10000); document.body.appendChild(s); } window.attachEvent ? window.attachEvent('onload', asyncTalkableLoad) : window.addEventListener('load', asyncTalkableLoad, false);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment