|
@@ -255,6 +255,8 @@ var tarteaucitron = {
|
|
if (tarteaucitron.state[service.key] === undefined && !alert) {
|
|
if (tarteaucitron.state[service.key] === undefined && !alert) {
|
|
alert = true;
|
|
alert = true;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ tarteaucitron.cookie.checkCount(service.key);
|
|
}
|
|
}
|
|
|
|
|
|
// Step 5: display the alert
|
|
// Step 5: display the alert
|