Actions
Feature proposal #7978
closedMove action links off of href attribute
Description
Action links are just taking over href behavior. Move these links to a custom attribute instead of using href as if the JS fails it sends the user to an ugly JSON page.
Updated by krileon over 4 years ago
- % Done changed from 0 to 90
Still need to improve form submit so it can be better blocked. In the event the JS fails this causes an ugly JSON response.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Added onsubmit="return false;" to forms to block non-JS based form submits.
Actions