fixes and improved language selector

This commit is contained in:
MathMan05
2024-11-12 14:54:18 -06:00
parent 9dc7637ee9
commit d38276b028
5 changed files with 29 additions and 34 deletions

View File

@@ -7,13 +7,6 @@ import{ File }from"./file.js";
import { I18n } from "./i18n.js";
(async ()=>{
async function waitForLoad(): Promise<void>{
return new Promise(resolve=>{
document.addEventListener("DOMContentLoaded", _=>resolve());
});
}
await waitForLoad();
await I18n.done
const users = getBulkUsers();
if(!users.currentuser){