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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user