Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Firefox Hash Jump fix #121

Open
arthurshlain opened this issue Nov 2, 2014 · 1 comment
Open

Firefox Hash Jump fix #121

arthurshlain opened this issue Nov 2, 2014 · 1 comment

Comments

@arthurshlain
Copy link

//Do we need to change the hash?
if(self.config.changeHash) {
/window.location.hash = newLoc;/
if(history.pushState) {
history.pushState(null, null, newLoc);
}
else {
location.hash = newLoc;
}
}

@tonkberlin
Copy link

@Rechtsamwald

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants