Fix the new expand on click option
This commit is contained in:
parent
63203587df
commit
2b8461ef20
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue