Ajout: Preload la page avec animation chargement
This commit is contained in:
@ -108,4 +108,9 @@ $(function () {
|
||||
autoclose: false,
|
||||
todayHighlight: true
|
||||
});
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
document.querySelector('body').classList.remove('loading');
|
||||
document.getElementById('preloader').remove();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user