Check the cookie onload
This commit is contained in:
parent
3784a8efff
commit
20402973b0
|
|
@ -255,6 +255,8 @@ var tarteaucitron = {
|
|||
if (tarteaucitron.state[service.key] === undefined && !alert) {
|
||||
alert = true;
|
||||
}
|
||||
|
||||
tarteaucitron.cookie.checkCount(service.key);
|
||||
}
|
||||
|
||||
// Step 5: display the alert
|
||||
|
|
|
|||
Loading…
Reference in New Issue