Skip to content

Instantly share code, notes, and snippets.

@jittarao
Last active May 10, 2020 19:47
Show Gist options
  • Save jittarao/9731c2a7c5e1adcb6aa50e34703e3d3c to your computer and use it in GitHub Desktop.
Save jittarao/9731c2a7c5e1adcb6aa50e34703e3d3c to your computer and use it in GitHub Desktop.
<script type="text/javascript">
document.addEventListener('gistChatReady', function () {
if(window.location.hash == "#openchat") {
gist.chat('openNewConversation');
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment