Created
March 5, 2013 17:04
-
-
Save allspiritseve/5091878 to your computer and use it in GitHub Desktop.
Widget script for Townstage events
This file contains 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
<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