Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open help links in new tabs by default
Every now and then, people click the links while creating or editing a trip, only to lose their progress. I should better solve that problem (and the issue of accidentally closing a tab/window) by instead prompting the user with an "unsaved changes" modal. However, I looked into doing that before, and I *think* I decided against it because the trip creation form is still using super legacy AngularJS forms. For now, we can at least just force a new tab/window. I don't love this, and it's somewhat against W3C guidelines (though this is a carve-out for links on a form page): https://www.w3.org/TR/WCAG20-TECHS/G200.html
- Loading branch information