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

selecting page by clicking ellipses doe not update location.hash #155

Open
humpy125 opened this issue Nov 10, 2021 · 0 comments
Open

selecting page by clicking ellipses doe not update location.hash #155

humpy125 opened this issue Nov 10, 2021 · 0 comments

Comments

@humpy125
Copy link

humpy125 commented Nov 10, 2021

If a page is selected by clicking the ellipse and using the up and down arrows to change the number, then clicking enter the value for location.hash is not changed.

This is fixed in this code snippet starting at line 363 in jquery.simplePagination.js:

if ((val>0)&&(val<=o.pages)) { methods._selectPage.call(self, val - 1); location.hash = "#page-" + val; }

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