jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

Bugfix: Scroll to hash fix #22

Closed jimmynotjim closed 11 years ago

jimmynotjim commented 11 years ago

When reloading a page or returning to a previously viewed page the page would scroll, even if you left it with the section within the view bounds. Conditioned the scrollToHash function to now only scroll to the section if the section is out of the bounds.