浏览代码

Changes in how stats are calculated on the pro version

Amauri CHAMPEAUX 6 年之前
父节点
当前提交
be56f21919
共有 1 个文件被更改,包括 3 次插入0 次删除
  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();
                     }