assets/js/footer/custom/SetupHome.js in futuro-0.9.7 vs assets/js/footer/custom/SetupHome.js in futuro-0.9.8
- old
+ new
@@ -1,7 +1,7 @@
-const SetupHome = () => {
+Setup.home = () => {
let tl = gsap.timeline({
repeat : -1,
yoyo : true,
defaults : {
@@ -30,6 +30,6 @@
});
});
}
-if (SiteIsLibrary) { if (BodyIsHome) { $(SetupHome); } }
+if (SiteIsLibrary) { if (BodyIsHome) { $(Setup.home()); } }