Skip to content

Instantly share code, notes, and snippets.

@allspiritseve
Created March 5, 2013 17:04
Show Gist options
  • Save allspiritseve/5091878 to your computer and use it in GitHub Desktop.
Save allspiritseve/5091878 to your computer and use it in GitHub Desktop.
Widget script for Townstage events
<script>
(function() {
var ts = document.createElement('script'),
s = document.getElementsByTagName('script')[0];
ts.type = 'text/javascript';
ts.async = true;
ts.src = 'http://townstage:3000/assets/widgets.js';
s.parentNode.insertBefore(ts, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment