redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 16 forks source link

Popover: prevent href="#" scroll to top of page #11

Closed joshuakim closed 10 years ago

joshuakim commented 10 years ago

Hey Robb,

So bootstrap's default behavior of popups does not prevent page from scrolling to top on href="#" links. So I've added e.preventDefault() to our .on('click') event. Please review the latest changes.

Thanks, ~ JK ~