Default value for "bodyPosition"
"bodyPosition": "bottom" as default value wich produce body.appendChild(div, body)
This commit is contained in:
parent
f2eb28fa0b
commit
b274b32bd8
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue