Release 2071
Trello card
Context
Our CSP policy was blocking the prevent double click inline JavaScript from executing.
We could use a hash or nonce for this, but the CSP policy and the project's JavaScript will be easier to maintain if moved into a Stimulus.js controller.
Changes proposed in this pull request
- Move prevent double click JavaScript into a Stimulus.js controller