From 14b7b4ca72461d8c71acdb508a1f1ff015a7ba75 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Fri, 26 Mar 2021 13:22:34 +0100 Subject: [PATCH] groupServices false by default --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 5671199..f2caa6c 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -221,7 +221,7 @@ var tarteaucitron = { "useExternalJs": false, "mandatory": true, "closePopup": false, - "groupServices": true + "groupServices": false }, params = tarteaucitron.parameters;