Hotfix: Preload Script
This commit is contained in:
@ -108,9 +108,4 @@ $(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