mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-11 20:08:15 +05:00
Merge branch 'master' into async
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", async () => {
|
||||
const lang = new Lang(document.getElementById("lang"));
|
||||
lang.build();
|
||||
await lang.build();
|
||||
|
||||
const container = document.querySelector("article");
|
||||
const templateNode = container.querySelector("#template");
|
||||
|
||||
Reference in New Issue
Block a user