Hotfix: Preload Script

This commit is contained in:
Divlo
2019-12-29 13:21:31 +01:00
parent 0d5573adb2
commit 51f8fd6eab
3 changed files with 16 additions and 12 deletions

View File

@ -108,9 +108,4 @@ $(function () {
autoclose: false,
todayHighlight: true
});
window.addEventListener('load', () => {
document.querySelector('body').classList.remove('loading');
document.getElementById('preloader').remove();
});
});