Add the loaded event on the accept all block

This commit is contained in:
Amauri CHAMPEAUX 2021-01-23 18:09:14 +01:00
parent 529e6f0515
commit 7c0062843f
1 changed files with 1 additions and 0 deletions

View File

@ -868,6 +868,7 @@ var tarteaucitron = {
tarteaucitron.launch[key] = true;
tarteaucitron.services[key].js();
tarteaucitron.sendEvent(key + '_loaded');
}
tarteaucitron.state[key] = status;
tarteaucitron.cookie.create(key, status);