Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change hash without affecting the rest of URL (#9960)
* change hash without affecting the rest of URL Closes #9955 . Hash change currently replaces history state url with only the updated hash, ignoring the current URL (path, query parameters etc). This PR fixes the hash change method, so that it updates only the fragment (part in case of a named fragment parameter), while leaving the rest of URL untouched. * bump the branch to try to trigger Circle CI * use null in place of document.title null will default to document.title Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
- Loading branch information