mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
- using async and defer on script tags is considered an [antipattern](https://almanac.httparchive.org/en/2022/javascript#async-defer-module-and-nomodule) as the defer will be ignored. Defer is the prefered behaviour in most situations. |
||
|---|---|---|
| .. | ||
| AccountEditForm.js | ||
| ChangePasswordForm.js | ||
| DatePickerForm.js | ||
| DatePickerForm.module.css | ||
| DeleteForm.js | ||
| EventDataForm.js | ||
| EventDataForm.module.css | ||
| LoginForm.js | ||
| LoginForm.module.css | ||
| ResetForm.js | ||
| ShareUrlForm.js | ||
| TrackingCodeForm.js | ||
| WebsiteEditForm.js | ||
| WebsiteEditForm.module.css | ||