Add the loaded event on the accept all block
This commit is contained in:
parent
529e6f0515
commit
7c0062843f
|
|
@ -868,6 +868,7 @@ var tarteaucitron = {
|
||||||
|
|
||||||
tarteaucitron.launch[key] = true;
|
tarteaucitron.launch[key] = true;
|
||||||
tarteaucitron.services[key].js();
|
tarteaucitron.services[key].js();
|
||||||
|
tarteaucitron.sendEvent(key + '_loaded');
|
||||||
}
|
}
|
||||||
tarteaucitron.state[key] = status;
|
tarteaucitron.state[key] = status;
|
||||||
tarteaucitron.cookie.create(key, status);
|
tarteaucitron.cookie.create(key, status);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue