Преглед на файлове

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,