This commit is contained in:
@@ -715,12 +715,6 @@ function initializeLoadingScreen() {
|
||||
});
|
||||
}
|
||||
|
||||
// Nettoyer le sessionStorage lors de la déconnexion
|
||||
function handleLogout() {
|
||||
sessionStorage.removeItem('hasSeenLoadingAnimation');
|
||||
// Votre code de déconnexion existant...
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', async function() {
|
||||
try {
|
||||
await initializeLoadingScreen();
|
||||
|
||||
Reference in New Issue
Block a user