fu
This commit is contained in:
parent
40a984e5ae
commit
aa35c7f3b1
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ async function on_load() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.addEventListener("load", on_load, false);
|
// window.addEventListener("load", on_load, false);
|
||||||
|
|
||||||
export function handle(location, name: string) {
|
export function handle(location, name: string) {
|
||||||
game_file = location;
|
game_file = location;
|
||||||
|
@ -102,3 +102,5 @@ function parse_ini(inifile: string) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
on_load();
|
||||||
|
|
Loading…
Reference in a new issue