Skip to content

Instantly share code, notes, and snippets.

@gbelote
Created October 13, 2010 23:23
Show Gist options
  • Select an option

  • Save gbelote/625174 to your computer and use it in GitHub Desktop.

Select an option

Save gbelote/625174 to your computer and use it in GitHub Desktop.
<!-- BEGIN TutorialTab -->
<script type="text/javascript">
var _tutq = _tutq || [];
_tutq.push(['setAccount', XXX]); // XXX - account ID
_tutq.push(['setStartTime', new Number( new Date() )]);
_tutq.push(['init']);
(function() {
var tuts = document.createElement('script'); tuts.type = 'text/javascript'; tuts.async = true;
tuts.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://cdn') + '.tutorialtab.com/engine.js';
var s = document.getElementsByTagName('script')[0];
setTimeout( function() { s.parentNode.insertBefore(tuts, s); }, 10 );
})();
</script>
<!-- END TutorialTab -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment