Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent sort2Hash from adding extraneous entries to browser history
Use `window.location.replace` to update the browser URL only, rather than `window.location.hash`, which modifies the browser history.
- Loading branch information