Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created December 10, 2013 00:34
Show Gist options
  • Save grampelberg/7883774 to your computer and use it in GitHub Desktop.
Save grampelberg/7883774 to your computer and use it in GitHub Desktop.
<script src="/src/hospitality.js"></script>
<script>
hospitality.init({
visit: {
new: function() { alert('new-user'); },
return: function() { alert('return-user'); }
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment