settings-site: phase 4 client refactor (split app.js into focused modules, shared dropdown helper, strict-CSP-ready)

This commit is contained in:
2026-04-18 18:04:46 +00:00
parent 0ac6debcf9
commit e2443fd94a
8 changed files with 890 additions and 757 deletions

View File

@@ -382,7 +382,11 @@
</div>
</div>
<script src="/js/discord.js"></script>
<script src="/js/app.js"></script>
<script defer src="/js/util.js"></script>
<script defer src="/js/router.js"></script>
<script defer src="/js/fields.js"></script>
<script defer src="/js/notifications.js"></script>
<script defer src="/js/discord.js"></script>
<script defer src="/js/app.js"></script>
</body>
</html>