Last active
December 25, 2015 17:19
-
-
Save chriskilmer/7012074 to your computer and use it in GitHub Desktop.
Example Ticket API embedded script.
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
| <script type='text/javascript'> | |
| //<![CDATA[ | |
| var grooveOnLoad = myInitFunction; | |
| (function() {var s=document.createElement('script'); s.type='text/javascript';s.async=true; | |
| s.src=('https:'==document.location.protocol?'https':'http') + '://acme.groovehq.com/widgets/7a6dfa95-3da8-412c-b8e5-0d7b9e967fbe/ticket/api.js'; | |
| var q = document.getElementsByTagName('script')[0];q.parentNode.insertBefore(s, q);})(); | |
| //]]> | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment