| 1 |
# vendor |
| 2 |
|
| 3 |
Third-party JavaScript, kept out of `js/` on purpose: `scripts/lint-frontend.sh` |
| 4 |
polices `js/` as this app's own code, and a minified library legitimately calls |
| 5 |
`confirm()` and `prompt()` inside itself. |
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
| `htmx.min.js` | The htmx runtime the described screens submit through. | Copied byte for byte from `MNW/server/static/htmx.min.js`, so the two hosts running the same descriptions run the same runtime. Replace both together. | |
| 10 |
|
| 11 |
Served to the described screens by `src/quasi/assets.rs`, which embeds it. The |
| 12 |
JS frontend under `js/` does not use it. |
| 13 |
|