Created
March 29, 2018 15:36
-
-
Save jasonbronson/c13b724d8bd60835fb8a3289a1b3f438 to your computer and use it in GitHub Desktop.
insert js file #optimizely
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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