From: Vincent Vanwaelscappel Date: Wed, 18 Mar 2020 16:45:13 +0000 (+0100) Subject: fix #3502 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=611e8b9615cbda301e092bac60588d4f4efed5cb;p=pmi.git fix #3502 @0.25 --- diff --git a/resources/js/carrousel.js b/resources/js/carrousel.js index 196355c..e0284e6 100644 --- a/resources/js/carrousel.js +++ b/resources/js/carrousel.js @@ -79,6 +79,7 @@ window.Hammer = Hammer.default; this.initSwipeEvent(); this.enableArrows(); this.indicator(); + this.automaticSlideshow(); } },