From d07081ad9d774530c1cb4e8be9068fbbfc051312 Mon Sep 17 00:00:00 2001 From: Michi Date: Mon, 1 Aug 2022 21:02:10 +0200 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ac03db0..1d7612e 100644 --- a/index.html +++ b/index.html @@ -391,8 +391,8 @@ } // random home img randomHomeImg(); - //AOS.init({disable: 'mobile'}); - AOS.init({disable: true}); + AOS.init({disable: 'mobile'}); + //AOS.init({disable: true}); // hide loadingscreen document.getElementById('loadingScreen').style.display = "none"; });