You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
The text was updated successfully, but these errors were encountered:
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; }
The text was updated successfully, but these errors were encountered: