Browse Source

removez variable

Alexandre BRU 3 years ago
parent
commit
8e633c6935
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
tarteaucitron.services.js

@@ -5337,7 +5337,7 @@ tarteaucitron.services.klaviyo = {
     "cookies": ['__kla_id'],
     "js": function () {
         "use strict";
-        if (tarteaucitron.user.klaviyoCompanyId === undefined || klCustomer === undefined) {
+        if (tarteaucitron.user.klaviyoCompanyId === undefined) {
             return;
         }
         tarteaucitron.addScript('//static.klaviyo.com/onsite/js/klaviyo.js?company_id=' + tarteaucitron.user.klaviyoCompanyId);