We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. There is a bug in this line:
If any other anchor changes the hash of the URL to one name that doesn't exist in the sectionAnchor array, the page will scroll to the first section!
pagePiling.js/jquery.pagepiling.js
Line 471 in 4f3de9c
I think that a check like this is missing:
if(section.length>0){ scrollPage(section); }
Thanks, Gonzalo
The text was updated successfully, but these errors were encountered:
Thanks for reporting it! Please feel free to provide a pull request and become a contributor to the project!
Sorry, something went wrong.
No branches or pull requests
Hi. There is a bug in this line:
If any other anchor changes the hash of the URL to one name that doesn't exist in the sectionAnchor array, the page will scroll to the first section!
pagePiling.js/jquery.pagepiling.js
Line 471 in 4f3de9c
I think that a check like this is missing:
Thanks,
Gonzalo
The text was updated successfully, but these errors were encountered: