Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jittarao/a3edef43cbdc36aa99838f2cf4e54ff5 to your computer and use it in GitHub Desktop.
Save jittarao/a3edef43cbdc36aa99838f2cf4e54ff5 to your computer and use it in GitHub Desktop.
// This callback gets executed once Gist Messenger is fully loaded and all gist.chat() API methods are available
document.addEventListener('gistChatReady', function () {
gist.chat("sidebar");
gist.chat("navigate", 'articles');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment