From be56f21919d58155c68637a429d7a57acfb12112 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 24 Jan 2019 10:45:51 +0100 Subject: [PATCH] Changes in how stats are calculated on the pro version --- tarteaucitron.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tarteaucitron.js b/tarteaucitron.js index 1dbb06e..7c6d54c 100644 --- a/tarteaucitron.js +++ b/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(); }