Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Escape data attributes in template. | Matthew Somerville | 2018-05-23 | -3/+2 |
| | | | | | | This fixes a bug whereby a double quote in an item would not be JSON-escaped due to being HTML-escaped first, meaning it would not parse as JSON on the client. | |||
* | Update templates when category/state changed. | Matthew Somerville | 2017-06-30 | -0/+27 |
When the category or state changes, the list of available templates updates (previously it was frozen at what the category was on page load, and didn't care about the state). |