From b274b32bd80ddb342ce20b7316b78443313708da Mon Sep 17 00:00:00 2001 From: Carsten Meyer Date: Wed, 4 Mar 2020 16:21:44 +0100 Subject: [PATCH] Default value for "bodyPosition" "bodyPosition": "bottom" as default value wich produce body.appendChild(div, body) --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 59e8806..3807ed0 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -214,7 +214,7 @@ var tarteaucitron = { "cookieName": 'tarteaucitron', "highPrivacy": true, "orientation": "middle", - "bodyPosition": "top", + "bodyPosition": "bottom", "removeCredit": false, "showAlertSmall": true, "cookieslist": true,