We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be awesome if we could track what users do (anonymously) and then display that to all users of a set of documentation.
window.onhashchange = function(ev) {console.log(document.getElementById((window.location.hash || '').slice(1))) }
The text was updated successfully, but these errors were encountered:
First attempt at basic hash tracking. Refs #445.
774611d
This is out at a basic level, closing this now.
Sorry, something went wrong.
Read the Docs
chrisdickinson
No branches or pull requests
It would be awesome if we could track what users do (anonymously) and then display that to all users of a set of documentation.
The text was updated successfully, but these errors were encountered: