Skip to content
New issue

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

Prevent sort2Hash from adding extraneous entries to browser history #1447

Merged
merged 1 commit into from
Sep 1, 2017

Commits on Aug 12, 2017

  1. 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.
    alexweissman authored Aug 12, 2017
    Configuration menu
    Copy the full SHA
    6d1f290 View commit details
    Browse the repository at this point in the history