Links to attach files in Issues have an href target of
"#", and they have an onclick event that does whatever the
link needs to do when clicked. This patch will fix the events by
adding "return false;" to the end of the event so that
"#" isn't actually opened, which makes the page scroll up
in Safari and probably other browsers.
Reported by Charles Melbye, Jun 29, 2009