From 29df58ea418f83caa79df25d9646ca1892dfd813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Sun, 1 Aug 2021 01:07:34 +0200 Subject: [PATCH] Fix another mistake... --- js/fara.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fara.js b/js/fara.js index bd573f1..a69e294 100644 --- a/js/fara.js +++ b/js/fara.js @@ -4,7 +4,7 @@ export {Farapp}; const Farapp = { slider : /*** Fade in??*/ function (element, nextimage) { - opacity = 1; + //opacity = 1; if(nextimage >= images.length) { nextimage = 0;