Changes in how stats are calculated on the pro version

This commit is contained in:
Amauri CHAMPEAUX 2019-01-24 10:45:51 +01:00 committed by GitHub
parent d07ad0058c
commit be56f21919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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();
}