From 2b8461ef20b34c5b46b222e53a81203dcd369f18 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Wed, 9 Aug 2023 18:12:11 +0200 Subject: [PATCH] Fix the new expand on click option --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 6aadb5d..6f41745 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -286,7 +286,7 @@ var tarteaucitron = { // disable the expand option if services grouped by category if (tarteaucitron.parameters.groupServices == true) { - tarteaucitron.parameters.showDetailsOnClick = false; + tarteaucitron.parameters.showDetailsOnClick = true; } // css for the popup bar TODO: add it on the css file