Default value for "bodyPosition"

"bodyPosition": "bottom" as default value wich produce body.appendChild(div, body)
This commit is contained in:
Carsten Meyer 2020-03-04 16:21:44 +01:00
parent f2eb28fa0b
commit b274b32bd8
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ var tarteaucitron = {
"cookieName": 'tarteaucitron', "cookieName": 'tarteaucitron',
"highPrivacy": true, "highPrivacy": true,
"orientation": "middle", "orientation": "middle",
"bodyPosition": "top", "bodyPosition": "bottom",
"removeCredit": false, "removeCredit": false,
"showAlertSmall": true, "showAlertSmall": true,
"cookieslist": true, "cookieslist": true,