v2.10
This commit is contained in:
@@ -66,6 +66,6 @@ document.addEventListener("DOMContentLoaded", async function () {
|
||||
}
|
||||
|
||||
await performUploads();
|
||||
await timeout(10000); // Consider the necessity of this delay in production
|
||||
await timeout(3000); // Consider the necessity of this delay in production
|
||||
fadeOut('main_menu.html');
|
||||
});
|
||||
|
||||
@@ -59,7 +59,7 @@ document.addEventListener("DOMContentLoaded", async function () {
|
||||
}
|
||||
|
||||
await performUploads();
|
||||
await timeout(10000);
|
||||
await timeout(3000);
|
||||
fadeOut('main_menu.html'); // Make sure this function is properly defined or available in your context
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user