Changes in how stats are calculated on the pro version
This commit is contained in:
parent
d07ad0058c
commit
be56f21919
|
|
@ -646,6 +646,9 @@ var tarteaucitron = {
|
||||||
tarteaucitron.reloadThePage = true;
|
tarteaucitron.reloadThePage = true;
|
||||||
}
|
}
|
||||||
if (tarteaucitron.launch[key] !== true && status === true) {
|
if (tarteaucitron.launch[key] !== true && status === true) {
|
||||||
|
|
||||||
|
tarteaucitron.pro('!' + key + '=engage');
|
||||||
|
|
||||||
tarteaucitron.launch[key] = true;
|
tarteaucitron.launch[key] = true;
|
||||||
tarteaucitron.services[key].js();
|
tarteaucitron.services[key].js();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue