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
we can already lead users directly to sections using URL hashes, e.g. https://ubclaunchpad.github.io/new/#join
It would be cool if we can allow users to link directly to, say, a project modal:
const uri = window.location.search.substring(1); const params = new URLSearchParams(uri); console.log(params.get('project'));
/#projects
params.get('project')
The text was updated successfully, but these errors were encountered:
bobheadxi
Successfully merging a pull request may close this issue.
we can already lead users directly to sections using URL hashes, e.g. https://ubclaunchpad.github.io/new/#join
It would be cool if we can allow users to link directly to, say, a project modal:
/#projects
params.get('project')
The text was updated successfully, but these errors were encountered: