* Fix CW issues in static view on Safari (8354) * Fixed formatting issues * Trailing spacelolsob-rspec
parent
3f59f13506
commit
f89bd5fca5
|
@ -79,7 +79,10 @@ function main() {
|
|||
.catch(error => console.error(error));
|
||||
}
|
||||
|
||||
new Rellax('.parallax', { speed: -1 });
|
||||
const parallaxComponents = document.querySelectorAll('.parallax');
|
||||
if (parallaxComponents.length > 0 ) {
|
||||
new Rellax('.parallax', { speed: -1 });
|
||||
}
|
||||
|
||||
const history = createHistory();
|
||||
const detailedStatuses = document.querySelectorAll('.public-layout .detailed-status');
|
||||
|
|
Loading…
Reference in New Issue