diff --git a/marlo-web/src/main/webapp/crp/js/home/dashboard.js b/marlo-web/src/main/webapp/crp/js/home/dashboard.js index 5609a53b11..110083340c 100644 --- a/marlo-web/src/main/webapp/crp/js/home/dashboard.js +++ b/marlo-web/src/main/webapp/crp/js/home/dashboard.js @@ -162,7 +162,7 @@ function moveScrollRight() { setTimeout(() => { getIntersectedDatesInScreen(); - }, 500); + }, 250); } function moveScrollLeft() { @@ -176,7 +176,7 @@ function moveScrollLeft() { setTimeout(() => { getIntersectedDatesInScreen(); - }, 500); + }, 250); } const convertDateToAfricanDate = (date) => { @@ -242,7 +242,7 @@ function getIntersectedDatesInScreen() { setTimeout(() => { observer.disconnect(); - }, 100); + }, 10); }