Ver Fonte

Changes in how stats are calculated on the pro version

Amauri CHAMPEAUX há 6 anos atrás
pai
commit
be56f21919
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      tarteaucitron.js

+ 3 - 0
tarteaucitron.js

@@ -646,6 +646,9 @@ var tarteaucitron = {
                         tarteaucitron.reloadThePage = true;
                     }
                     if (tarteaucitron.launch[key] !== true && status === true) {
+
+                        tarteaucitron.pro('!' + key + '=engage');
+                        
                         tarteaucitron.launch[key] = true;
                         tarteaucitron.services[key].js();
                     }