# vendor Third-party JavaScript, kept out of `js/` on purpose: `scripts/lint-frontend.sh` polices `js/` as this app's own code, and a minified library legitimately calls `confirm()` and `prompt()` inside itself. | File | What | Where it came from | |---|---|---| | `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. | Served to the described screens by `src/quasi/assets.rs`, which embeds it. The JS frontend under `js/` does not use it.