mirror of
https://git.crafterpika.cc/crafterpika/SplatTool-public.git
synced 2026-08-17 10:42:15 +02:00
i did not mean to do that
This commit is contained in:
parent
0e1f0c97c4
commit
4814210ad6
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ function sleep(ms) {
|
|||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
loadGearData();
|
||||
sendToCSharp("OSType");
|
||||
});
|
||||
|
||||
const delay = (ms) => new Promise(res => setTimeout(res, ms));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue