Skip to content

Instantly share code, notes, and snippets.

@isaac-martin
Last active June 21, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaac-martin/8dd819106387f5af33b5732d9fefe17c to your computer and use it in GitHub Desktop.
Save isaac-martin/8dd819106387f5af33b5732d9fefe17c to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function(){ if(!window.jQuery) {
var script= document.createElement("script");
script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js";
script.async = true;
script.type = "text/javascript";
document.getElementsByTagName('head')[0].appendChild(script);
}})();
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/keen.js/3.4.1/keen.min.js"></script>
<script type="text/javascript" src="https://cdn.welltraveled.io/tracking.js"></script>
<wt_id style="display:none">{{access_key}}</wt_id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment