This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/website/public/js/preloader.js

4 lines
166 B
JavaScript
Raw Normal View History

2020-03-21 23:03:30 +01:00
window.addEventListener('load', () => {
document.querySelector('.isLoading').classList.remove('isLoading');
document.getElementById('preloader').remove();
});