Skip to content

Instantly share code, notes, and snippets.

@sbellity
Created April 28, 2016 11:17
Show Gist options
  • Save sbellity/46ada7ccb82f486a4827c5c4e04f8923 to your computer and use it in GitHub Desktop.
Save sbellity/46ada7ccb82f486a4827c5c4e04f8923 to your computer and use it in GitHub Desktop.
<script>
window.hullAsyncInit = function() {
Hull.ready(function() {
setTimeout(function() {
if (!Hull.currentUser()) {
Hull.emit('hull.login.showDialog');
}
}, 2000)
})
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment