瀏覽代碼

Default value for "bodyPosition"

"bodyPosition": "bottom" as default value wich produce body.appendChild(div, body)
Carsten Meyer 5 年之前
父節點
當前提交
b274b32bd8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,