🎨 Configure standardJS

This commit is contained in:
divlo
2020-08-03 12:04:07 +02:00
parent e22e62a749
commit 58f47c7480
120 changed files with 12271 additions and 10025 deletions

View File

@ -1,2 +1,7 @@
reactSwipeableExtraHeight = document.querySelector('.react-swipeable-view-container');
reactSwipeableExtraHeight.parentElement.style = "height: 400px; overflow-x: hidden;";
/* eslint-disable */
reactSwipeableExtraHeight = document.querySelector(
'.react-swipeable-view-container'
)
reactSwipeableExtraHeight.parentElement.style =
'height: 400px; overflow-x: hidden;'

View File

@ -1,4 +1,4 @@
window.addEventListener('load', () => {
document.querySelector('.isLoading').classList.remove('isLoading');
document.getElementById('preloader').remove();
});
document.querySelector('.isLoading').classList.remove('isLoading')
document.getElementById('preloader').remove()
})