When clicking on an anchor that uses href="#" and onclick the page scrolls. This is undesirable for user experiance.
Made all of the links that use JS return false from the onclick to stop the browser from following the empty anchor.
When clicking on an anchor that uses href="#" and onclick the page scrolls. This is undesirable for user experiance.