groupServices false by default

This commit is contained in:
Amauri CHAMPEAUX 2021-03-26 13:22:34 +01:00
parent 257f457b4c
commit 14b7b4ca72
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ var tarteaucitron = {
"useExternalJs": false, "useExternalJs": false,
"mandatory": true, "mandatory": true,
"closePopup": false, "closePopup": false,
"groupServices": true "groupServices": false
}, },
params = tarteaucitron.parameters; params = tarteaucitron.parameters;