Skip to content

Instantly share code, notes, and snippets.

@jasonbronson
Created March 29, 2018 15:36
Show Gist options
  • Save jasonbronson/c13b724d8bd60835fb8a3289a1b3f438 to your computer and use it in GitHub Desktop.
Save jasonbronson/c13b724d8bd60835fb8a3289a1b3f438 to your computer and use it in GitHub Desktop.
insert js file #optimizely
$(function(){var fileRef = document.createElement('script'); fileRef.setAttribute("type","text/javascript"); fileRef.setAttribute("src", "//assets.pinterest.com/js/pinit.js"); document.body.appendChild(fileRef);});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment