mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update boot.html
This commit is contained in:
parent
58cbc2a02c
commit
c4d399748d
@ -577,10 +577,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Skip button: immediately redirect
|
||||
// Skip button: reveal configuration form only
|
||||
skipButton.addEventListener('click', function () {
|
||||
clearTimeout(timeoutId);
|
||||
redirectToDashboard();
|
||||
// Optionally, clear boot messages or hide elements related to boot sequence
|
||||
outputElement.innerHTML = "";
|
||||
// Hide any loading or prompt messages
|
||||
loadingMessage.style.display = 'none';
|
||||
promptContainer.style.display = 'none';
|
||||
// Show the configuration form
|
||||
configForm.style.display = 'block';
|
||||
});
|
||||
|
||||
// Start the typing animation (hides loading message)
|
||||
|
Loading…
Reference in New Issue
Block a user