Fix the new expand on click option

This commit is contained in:
Amauri CHAMPEAUX 2023-08-09 18:12:11 +02:00
parent 63203587df
commit 2b8461ef20
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ var tarteaucitron = {
// disable the expand option if services grouped by category // disable the expand option if services grouped by category
if (tarteaucitron.parameters.groupServices == true) { 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 // css for the popup bar TODO: add it on the css file