1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

Pwa is done hopefully

This commit is contained in:
zumbiepig
2024-08-20 07:51:11 -07:00
parent ae7e092802
commit e388a3cd7c
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ if (window.location.pathname === '/settings/') {
});
}
if (window.location.pathname === '/welcome.html') {
if (window.location.pathname === '/welcome/') {
document.addEventListener('DOMContentLoaded', () => {
const setupForm = document.getElementById('setup-form') as HTMLFormElement;
const usernameInput = document.getElementById('username-input') as HTMLInputElement;