This commit is contained in:
buddy
2022-07-19 09:45:45 +00:00
parent 3d8cca58dd
commit 52fae1a695
8 changed files with 99 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
window.addEventListener('load', function(event) {
window.addEventListener('load', function (event) {
var loadingWrapper = document.getElementById('loading-wrapper');
loadingWrapper.classList.add('fadeOut');