mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This link didn't have an `href` attribute, so it wasn't in the tab order. This commit fixes that, while adding a call to `preventDefault` in the event handler to avoid any regression in event handling.