Prechádzať zdrojové kódy

Changes in how stats are calculated on the pro version

Amauri CHAMPEAUX 6 rokov pred
rodič
commit
be56f21919
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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();
                     }