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