mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 05:13:01 +00:00
* Fix CW issues in static view on Safari (8354) * Fixed formatting issues * Trailing space
This commit is contained in:
parent
b4ba4b1b5d
commit
5c42e8b51b
|
@ -79,7 +79,10 @@ function main() {
|
||||||
.catch(error => console.error(error));
|
.catch(error => console.error(error));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const parallaxComponents = document.querySelectorAll('.parallax');
|
||||||
|
if (parallaxComponents.length > 0 ) {
|
||||||
new Rellax('.parallax', { speed: -1 });
|
new Rellax('.parallax', { speed: -1 });
|
||||||
|
}
|
||||||
|
|
||||||
const history = createHistory();
|
const history = createHistory();
|
||||||
const detailedStatuses = document.querySelectorAll('.public-layout .detailed-status');
|
const detailedStatuses = document.querySelectorAll('.public-layout .detailed-status');
|
||||||
|
|
Loading…
Reference in a new issue