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

change hash without affecting the rest of URL #9960

Merged
merged 3 commits into from
Sep 1, 2020
Merged

Commits on Aug 28, 2020

  1. change hash without affecting the rest of URL

    Closes mapbox#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.
    raegen authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ee6a2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    2e6242a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. use null in place of document.title

    null will default to document.title
    raegen authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4fae6b6 View commit details
    Browse the repository at this point in the history