Fix another mistake...

This commit is contained in:
Nicolò P 2021-08-01 01:07:34 +02:00
parent eed8630e3a
commit 29df58ea41

View File

@ -4,7 +4,7 @@ export {Farapp};
const Farapp = {
slider : /*** Fade in??*/ function (element, nextimage) {
opacity = 1;
//opacity = 1;
if(nextimage >= images.length) {
nextimage = 0;