Merge branch 'master' into async

This commit is contained in:
Yurii
2026-05-11 14:32:24 +03:00
18 changed files with 129 additions and 64 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
<script>
document.addEventListener('DOMContentLoaded', async () => {
const lang = new Lang(document.getElementById('lang'));
lang.build();
await lang.build();
setTimeout(async function onLoadPage() {
try {