Browse Source

Default value for "bodyPosition"

"bodyPosition": "bottom" as default value wich produce body.appendChild(div, body)
Carsten Meyer 5 năm trước cách đây
mục cha
commit
b274b32bd8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

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