Skip to content

Instantly share code, notes, and snippets.

@padicode
Created October 2, 2013 15:31
Show Gist options
  • Save padicode/6795594 to your computer and use it in GitHub Desktop.
Save padicode/6795594 to your computer and use it in GitHub Desktop.
PadiAct JavaScript Sample
<!-- PadiAct Code -->
<script type="text/javascript">
(function() {
var pa = document.createElement('script'), ae = document.getElementsByTagName('script')[0]
, protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://');pa.async = true;
pa.src = protocol + 'd2xgf76oeu9pbh.cloudfront.net/XXXXXXXXXXXXXXXXXXXXXXXXX.js'; pa.type = 'text/javascript'; ae.parentNode.insertBefore(pa, ae);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment