diff --git a/src/scripts/coopstarter.js b/src/scripts/coopstarter.js index b062022b64f787a1dd1a99b25dab1651450d806c..ce3041ab94cad007d5aadd590d01bfa603ad04f8 100644 --- a/src/scripts/coopstarter.js +++ b/src/scripts/coopstarter.js @@ -306,7 +306,6 @@ function manageAccordionMoreCriteria(){ var panelForm = this.nextElementSibling; if (!this.classList.contains("active")) { panelForm.style.maxHeight = "0px"; - refreshPagination(); } else { panelForm.style.maxHeight = panelForm.scrollHeight + "px"; }