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

Wrong document title after flip page #14

Open
giuliovale opened this issue Jul 1, 2016 · 0 comments
Open

Wrong document title after flip page #14

giuliovale opened this issue Jul 1, 2016 · 0 comments

Comments

@giuliovale
Copy link

Fix:
change inside function _saveState
from
this.History.pushState(null, null, '?page=' + page);
to
this.History.pushState(null, document.title, '?page=' + page);

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

No branches or pull requests

1 participant