Amauri CHAMPEAUX hace 4 años
padre
commit
4b4ea3c625
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      tarteaucitron.services.js

+ 4 - 0
tarteaucitron.services.js

@@ -3184,6 +3184,8 @@ tarteaucitron.services.atinternet = {
             if (typeof window.tag.privacy !== 'undefined') {
                 window.tag.privacy.setVisitorOptin();
             }
+
+            window.tag.page.send();
         });
     },
     "fallback": function () {
@@ -3209,6 +3211,8 @@ tarteaucitron.services.atinternet = {
                     window.tag.privacy.setVisitorMode('cnil', 'exempt');
                 }
             }
+
+            window.tag.page.send();
         });
     }
 };